Computer Science, asked by tanyavarshney15, 27 days ago

for (int a=0; a<30; a++)
{
if(a==6)
System.out.println(+a);
}​

Answers

Answered by udaisingh7177
0

Answer:

a = 0,1,2,3,4 , 5 and 6 are the required numbers of given interval.

Similar questions