Help for this page

Select Code to Download


  1. or download this
    double getPayAmount()
    {
    ...
    }
    return result;
    }
    
  2. or download this
    double getPayAmount()
    {
    ...
    if(m_isRetired) return retiredAmount();
    return normalPayAmount();
    }