Getting input from the keyboard and sending output to the screen has limitations. If the amount of input data is large, it is inefficient to type it each time you run a program. Discuss the following questions
Getting input from the keyboard and sending output to the screen has limitations. If the amount of input data is large, it is ine...