Ask your own question, for FREE!
Computer Science 11 Online
OpenStudy (anonymous):

class eg { public static void main(String args[]) { DataInputStream in = new DataInputStream ; int x; System.out.println("Enter x"); x=Integer.parseInt(in.readLine()); System.out.println("x= "+x); } } this program is not working

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!