View Single Post
  #2 (permalink)  
Old 11-20-2007, 10:54 PM
hardwired hardwired is online now
Senior Member
 
Join Date: Jul 2007
Posts: 1,146
hardwired is on a distinguished road
Is there any mistake in my code
Code:
while(check=="yes"); // Better to test for String equality with equals while(check.equals("yes"));
Reply With Quote