how can i take the inputs from users in java program?
Answer Posted / priyanka
int a;
a=Integer.parseInt(cin.readLine());
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is singleton class in ruby?
Can memory leak in java?
Which is faster set or list in java?
What is method in research paper?
What is navigable map in java?
How many classes can any class inherit java?
How to Sort Strings which are given in List and display in ascending order without using java api.
Can we make a constructor final?
Why lambda expression is used in java?
What does java se mean?
Can we assign integer value to char in java?
What’s the difference between applets and standalone program?
What is difference between ++ I and I ++ in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
Can anonymous class have constructor?