plz help solving this question
Attachments:
Answers
Answered by
0
Answer:
22nd grade (22)-(21)+(2222)
Answered by
1
Program Given:
int a=19;
while(a>=1)
{
if(a%5==0)
break;
System.out.println(a);
a=a+2;
}
Output of the program is:
19
21
23
Similar questions
World Languages,
1 month ago
English,
1 month ago
Math,
3 months ago
English,
3 months ago
India Languages,
9 months ago
Chemistry,
9 months ago