write a program in qbasic to take your name as input
Answers
Answered by
1
#qbasic program to print your name after taking input.
INPUT "What is your name"; name
PRINT name
Similar questions