Computer Science, asked by Sreyash1122, 18 hours ago

3. Write a program in QBasic that displays the sum of first 10 natural numbers​

Answers

Answered by Anonymous
0

Answer:

This works in QB64, which is a modern version of QBasic:

You can read about FOR loops here:

This is a very good set of lessons in QBasic that explains things slowly and simply (FOR loops are covered in Chapter 19 on the following page):

Similar questions