previous | start | next

Self Check

  1. What is the meaning of the following statement?
    balance = balance + amount;
  2. What is the value of n after the following sequence of statements?
    n--;
    n++;
    n--;

previous | start | next