X614: Variable Value
What is the value of variable donuts after the following code executes?
int donuts = 6;
donuts = donuts + 3;
donuts = donuts * donuts;
Your Answer:
Feedback
Your feedback will appear here when you check your answer.
What is the value of variable donuts after the following code executes?
int donuts = 6;
donuts = donuts + 3;
donuts = donuts * donuts;
Your feedback will appear here when you check your answer.