Computer Science, asked by girishkarnani04, 1 month ago

for (int i = 5; i <= 10;)
{ if (i%2==0)
s=s+6;
SOP (s) ;
i++;
}​
using while

Answers

Answered by narendran042610
0

Answer:

dono

Explanation:

Similar questions