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
3
Answer:
can't understand the question bro
Similar questions