Computer Science, asked by Bose3170, 10 months ago

Write a simple program to print your name in q basic

Answers

Answered by Yamini1999
2

Answer:

CLS

Input 'Enter you name';n$

Print 'The name is';n$

End

Similar questions