previous
|
start
|
next
Self Check
What is the meaning of the following statement?
balance = balance + amount;
What is the value of
n
after the following sequence of statements?
n--;
n++;
n--;
previous
|
start
|
next