what is the main difference between a read statement and an input statement ?
Answers
Answer:
i hop I will help you
Explanation:
The LET statement can be used to assign a constant value to a variable name, a variable to a variable name, or the result of an expression to a variable name.
The READ statement is used to pick up information for input from external sources. These sources could be input from the keyboard, computer file or a magnetic tape.
The INPUT statements provide the means of transferring data from external media to internal storage or from an internal file to internal storage. This process is called reading.
The PRINT statement is used to send output to the standard output unit ( usually your monitor, or sometimes your printer ) of your computer system.
PLs Mark as BRAINLIEST
Question⤵️
what is the main difference between a read statement and an input statement ?
Answer⤵️
.The INPUT
statements provide the means of transferring data from external media to internal storage or from an internal file to internal storage. This process is called reading.
.The READ
The READ statement is used to pick up information for input from external sources. These sources could be input from the keyboard, computer file or a magnetic tape.