Computer Science, asked by questionsolver6726, 4 months ago

public class loop
{
public static void main()
{
int p=0;
for(int i=0;i<15;i=i-2)
{
System.out.println(i+"\t");
p=p+2;
}
}
}


questionsolver6726: please tell me the output and no. of times it will be executed

Answers

Answered by ruki06
1

Answer:

this is the answer mate

computer programming .

am I correct class 9

Similar questions