rewrite using do...while loop
for(int a=10, b=20; a<=50:a+=5)
{
sopln(a);
sopln(b);
}
URGENT
Answers
Answered by
1
.
.
.
.
HOPE THIS HELPS YOU
.
.
.
.
PLEASE MARK AS BRAINLIEST AND FOLLOW ME TOO
Attachments:
Answered by
1
Output will be:
10
20
15
20
20
20
25
20
30
20
35
20
40
20
45
20
50
20
Attachments:
Similar questions