Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
class Person {
   int _bMonth;

   /**
    * Computes the number of months till the next birthday.
    */
   int nMonthTillBD(intcurrentMonth) {
      return0;// todo
   }
}

...