X613: Literals Exercise 3
What is the value of y after this code has run?
int y = 2;
y = 10;
Your Answer:
Feedback
Your feedback will appear here when you check your answer.
What is the value of y after this code has run?
int y = 2;
y = 10;
Your feedback will appear here when you check your answer.