Lesson 6class5 Qbasic
Lesson 6class5 Qbasic
1.PRINT :
PRINT Command is used to print the text in the output screen.
2.END :
END Command indicates the end of a program.
3.INPUT :
INPUT Command is used to get input from the user
4.CLS:
CLS Command is used to clear the screen.