View Single Post
  #5 (permalink)  
Old 07-31-2007, 12:19 PM
e_as're e_as're is offline
Member
 
Join Date: Jul 2007
Posts: 7
e_as're is on a distinguished road
no, havent done while loops. we read input using a custom keyboard class file that we save into the source directory. eg. when using a String;

String x = Keyboard.readInput();
double y = Double.parseDouble(x);

and we use equations in println statements eg:

System.out.println(x + "Hello" + y);

thanks
Reply With Quote