match the following. A.CLS ---- to accept values from users for the variables B. END ---- to assign a value to a variable C. Input ---- to clear the output screen D. LET ---- to end a program E. print ----- to give important information about the program F. REM ---- to print a message string or the value of a variable
Answers
Answered by
4
Answer:
CLS --- to clear the output screen
END ----to end a program
PRINT --- to print a message string or the value of a variable
INPUT ---to assign a value to a variable
LET ---- to accept value from the users for the variables
REM--- to give imp information about the program
Explanation:
Similar questions