Computer Science, asked by Abh878076, 11 hours ago

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 kbmsd2008
1

Answer:

InputStreamReader read = new InputStreamReader(System.in); BufferedReader in = new BufferedReader(read); int p = Integer.parseInt(in.readLine());

Similar questions