Computer Science, asked by dev1057, 1 year ago

write any Q Basic program​

Answers

Answered by Infinitum
0

1)Write a program to enter your name and print it .

CLS

Input 'Enter you name';n$

Print 'The name is';n$

End

#BAL #answerwithquality

Similar questions