Computer Science, asked by adeshwal9999gmail, 1 month ago

Write the output of following program segments:
(a) [2]
for(int i=10;i>=5; i--)
{
System.out.println(“i=”+i);
}

Answers

Answered by soumalya60
0

Answer:

please mark me as the brainliast

Similar questions