HOW TO WRITE THIS PROGRAM IN QBASIC:
TO PRINT THE SUM OF 100 NATURAL NUMBERS
Answers
Answered by
1
#include<stdio.h>
#include<conio.h>
void main()
{
int i,sum=0;
clrscr();
for( i=1; i<= 100; i++)
sum+= i;
printf(" \n sum \n ");
getch ();
}
Answered by
0
Answer:
hmmmmmmmmmmmmmmmm
Explanation:
Similar questions
Social Sciences,
6 months ago
English,
6 months ago
Social Sciences,
6 months ago
Math,
1 year ago
Biology,
1 year ago