What is the value of a variable

Report a typo

Given the following code:

int a = 10;
int b = 12;
int c = b;
int d = a;
int e = c;

Enter the value of the variable e.

Enter a short text
___

Create a free account to access the full topic