The output of following code
segment is: int a=10,s=0; do
{System.out.println(a); a=a-3;s=s+a;
}while (a>=20); System.out.print(s+"
");
O 107
O 10 7 4 12
O None
Attachments:
Answers
Answered by
1
Answer:
107 answer hoga of this questions
Similar questions
Hindi,
4 months ago
Geography,
4 months ago
Accountancy,
8 months ago
Math,
8 months ago
Business Studies,
1 year ago
Science,
1 year ago