D Answer the following questions. 1. What is the use of INPUT statement? Write its syntax.
Answers
Answered by
0
Answer:
The INPUT command is used to gather input from the user. Its Syntax Is :-
PRINT "enter a number "
INPUT N
Explanation:
Similar questions