Computer Science, asked by yashwanth5689, 6 months ago

write a program in qbasic to take your name as input

Answers

Answered by Anonymous
1

#qbasic program to print your name after taking input.

INPUT "What is your name"; name

PRINT name

.

Similar questions