difference between LET AND INPUT statement.
Answers
Answered by
9
Although it is extremely useful, the LET statement is limited in that you must know the value you wish to assign when you are writing the program. ... While the PRINT statement lets your program give information (the “answer”) to the user, the INPUT statement lets the user give information (the “question”) to your program.
Answered by
4
Answer:
let = assume input =to put something
Similar questions