Write the output of following program segments:
(a) [2]
for(int i=10;i>=5; i--)
{
System.out.println(“i=”+i);
}
Answers
Answered by
0
Answer:
please mark me as the brainliast
Similar questions