Computer Science, asked by sarah8744, 8 months ago

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 9628502498a
1

Answer:

107 answer hoga of this questions

Similar questions