Computer Science, asked by lioncool229, 11 days ago

make program and give output


int sum=10;

for(int i=0;i<=5;i++)

{

sum=sum + i;

}

System.out.print(sum);

plz help​

Answers

Answered by watchjack816
0

Answer:

it will be the output is 10,20,30,40,50

Explanation:

as it will go till 5 so the answers are above numbers

Similar questions