Computer Science, asked by madalamahalakshmi, 1 month ago

Write a program to print three names continuously and at specified column number in QBasic

Answers

Answered by mauryasangita716
1

Explanation:

Write a qbasic program to enter your name, city, country, age and print them. Here name, city, country are string so its variable name is written with sign $ before it and since age is a number so the variable name is written directly.

Similar questions