To implement a program to read a number from user.
The program to read a number from user and its equivalent low-level instructions executed by the hardware. The low-level instructions used are:
in | It reads the input from the user and stores it in a variable. |
out | It prints the output value to the screen. |