Hi folks, i am a novice to the java programming language and so i would
definitely worry u guys with a lot of annoying questions but i trust u guys
will help me out. Thank you very much.
First question;
i tried using the a code like this and it didn't work, this is an extract:
...........
String name;
double amount;
System.out.println("Type your name");
name=(String)System.in.read();
System.in.read();System.in.read();
amount=(double)System.in.read();
System.in.read();System.in.read();
System.out.println(name);
System.out.println(amount);
......
Thank u very much hoping to be assisted.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---