Computer Science, asked by pratyush191, 4 months ago

Java Program to print sum of 1 to 100 nos. using scanner class​

Answers

Answered by anujekghara
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