Math, asked by amarkumar20086, 20 days ago

write a java program that inputs a number and output the same number
without use of scanner

Answers

Answered by dhivyan213
1

Step-by-step explanation:

In Java, the most popular way to read numbers from standard input is to use the Scanner class. Sometimes, we also use the class BufferedReader class to read a number. It provides different methods related to the input of different primitive types. In this section, we will learn how to create Java programs to read numbers from the user through the standard input, such as the keyboard.

MARK ME AS A BRAINLIST

Similar questions