What is the value of a variable

Report a typo

Given the following code:

int number;
number = 100;
number = 2 + 2 * 2 - (2 * 5); 
number = number + 4 * 5;

Enter the value of the variable number.

Enter a number
___

Create a free account to access the full topic