Write a simple program to print your name in q basic
Answers
Answered by
2
Answer:
CLS
Input 'Enter you name';n$
Print 'The name is';n$
End
Similar questions