Computer Science, asked by Rupeshdon07, 4 months ago

1 1 1 1 1
2 2 2 2
3 3 3
4 4
5
How to print this pattern in QBasic?

Answers

Answered by Anonymous
40

Answer:

The INPUT command is used to gather input from the user. This section will attempt to teach you how to gather input upon request from the user. For real-time input, see QBasic/Advanced Input.

Here is the syntax of the input command:

INPUT "[text to user]"; [variable] ' Question mark added

Similar questions