Read Input is a simple program that, when run, accepts an input from the user and then displays the input back to the user.
These inputs can be stored in variables and used to run the program. User Input is one of the most important aspects of
programming concepts. Every program should have some sort of user interaction.
Download Code