Q6. Find the output. Also show the working
for(int i=1;i<=3;i++)
{
for(int j=5;j>=3;j-=2)
{
System.out.print(i+j+" ");
}
}
Answers
Answered by
0
Answer:
15 13 25 23 35 33 may be the answer.
Similar questions
Math,
4 months ago
Accountancy,
9 months ago
English,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago