Computer Science, asked by prashamsab6, 5 months ago

write a q basic program to display the sum of the numbers 1 to 100.

Answers

Answered by freedarajesh2003
1

Answer:

Explanation:

Nov 8, 2017 — Then in a loop add the natural numbers starting from 1 until 100 to the sum. I will write the program here. sum=0 for I=1 to 100 sum=sum+I Next I Print ... work with QBASIC but I am familiar with some other versions of basic).

Answered by thapasulaxana
2

Answer:

Oi bhandari

Explanation:

Similar questions