This course will be retired on July 14, 2025.
Well done!
You have completed Reference Types Versus Value Types!
Quiz Question 1 of 5
After the code runs, what is the value stored in the variable named "secondNumber"?
int firstNumber = 100;
int secondNumber = firstNumber;
firstNumber = 150;
Choose the correct answer below: