View Single Post
Old 11-17-2010, 09:00 AM   PM User | #3
Da1dmoney
New to the CF scene

 
Join Date: Nov 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Da1dmoney is an unknown quantity at this point
Yes thanks I know this thanks. But what I am actually trying to do is have it call upon 2 different things within the method. for instance
if(balance > 0){
system.out.println("bye");
}
else if(balance <60){
system.out.printl("hi);

so I am unable to just put "bye" within there. This class is being called by another class that is why to string is used.
Da1dmoney is offline   Reply With Quote