Write down the syntax with reference to Java Programming:
(a) to accept an integral value from the user from console
Answers
Answered by
2
Answer:
int p;
p =Integer.parseInt(in.readLine())
i hope that it may be helpful for uh
thank uh
plzz mark as brainlist
Answered by
1
Syntax :-
n = Integer.parseInt(in.readLine());
Similar questions