Computer Science, asked by Nihhar, 1 year ago

Write a program to print any of your family members name in QBasic

Answers

Answered by Ankit02
4
Cls
Input " enter your name" ; n$
Print " the name is " ; n$
End
Similar questions