X614: Variable Value

What is the value of variable donuts after the following code executes?

3
 
1
int donuts = 6;
2
donuts = donuts + 3;
3
donuts = donuts * donuts;

Your Answer:

Select one answer:


Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.