|
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
|