Computer Science, asked by judmentsurpriseMF, 5 months ago

Write the output of the given program: for(int j=1;j<=5;j+=2)
{
for (int k=1;k<=j;k++)
System.out.println(k);
System.out.println();
}

plz answer it fast plz​

Answers

Answered by xodike4887
2

Answer:

See attachment.

Similar questions