Computer Science, asked by PriyamPrabhakar, 2 months ago

write the steps to input in Java with syntax and examples

Give correct answer
otherwise I will report your answers​

Answers

Answered by Candycrush123
0

Answer:

write the steps to input in Java with syntax and examples

Attachments:
Answered by kbinimesh
0

Answer:

scanner sc = new scanner(system.in);

a=sc.nextInt();

Explanation:

using scanner class u can take input by creating it object. like "sc.nextInt();".

Similar questions
Math, 8 months ago