Java Program to print sum of 1 to 100 nos. using scanner class
Answers
Answered by
0
Answer:
#include<iostream.h>
#include<conio.h>
void main()
clrscr();
{
int i;
cout<<"ENTER VALUE OF I">>
cout<<i=1;i>=10;i++;
{
cout<<i;
}
getch();
}
Similar questions