Computer Science, asked by thapasulaxana, 7 months ago

Write a program in Qbasic (simple version) to display the sum of the numbers 1 to 100

Answers

Answered by abhayashrestha96
2

Answer:

CLS

FOR I= 1 TO 100

A=A+I

NEXT I

PRINT A

Explanation:

A represents the sum of the numbers 1 to 100 while printing

Answered by sitaulasupriya02
0

Answer:

Oi sulaxana ma sup****

Similar questions