Posts by Yuri • 1 point
2 posts
-
0
votes1
answer21
views -
-2
votes1
answer51
viewsA: Data input - Java
Use the BufferedReader In = new BufferedReader(new InputStreamReader(System.in)); instead of the Scanner In = new Scanner(System.in); You need to replace all In calls to In.readLine(), in case of…