Challenge for Variables in Programming and Algebra

Challenge

After the following code runs, what number will sum equal?

int x = 2;
int y = 5;
x = 100;
int sum = x+y;

Please sign in or sign up to submit answers.

Alternatively, you can try out Learneroo before signing up.

Contact Us
Sign in or email us at [email protected]