Write download syntax with friends to fall Java programming: a to accept an integral value from the user from console bhi to accept the fractional number from the user from console see if statement
Answers
Answered by
1
Answer:
InputStreamReader read = new InputStreamReader(System.in); BufferedReader in = new BufferedReader(read); int p = Integer.parseInt(in.readLine());
Similar questions