Computer Science, asked by luckytiger94, 8 months ago

Give the output of the following program and also mention how many times the loop is executed: [2]

int i;

for(i=5;i>10;i++)

System.out..println(i);

System.out..println(i*4);​

Answers

Answered by divyanshtiwarivk
0

i will give answer but please follow me and mark me as brainllist and i am giving points free who are following me and who mark me as brainllist so do this guys

Answered by ranjit2084
0

Answer:

The output of this question is :

5

6

7

8

9

40

Similar questions