Computer Science, asked by nikhilgeo21, 4 months ago

1. How many times the following loop will be executed?
int ij=5;
for(i=5;i< =30;i=i+5)
{
if(i%==0)
System.out.print(0);
}

Answers

Answered by hari0146
3

Answer:

can't understand the question bro

Similar questions