Computer Science, asked by khushisunhare, 4 months ago

int p=18;
while p>10
System .out .println (p);
p=2 ;
1.Predict the output .
2. Identify the update statement .​

Answers

Answered by Zakir5394
1

Answer:

p

Explanation:

because the condition true

Similar questions