home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Ebooks / Java Developers' Guide / f16-12.gif < prev    next >
Graphics Interchange Format  |  2000-05-25  |  10.1 KB  |  757x251  |  4-bit (16 colors)
   ocr: ChangeSalary public boolean changesalary (float newsalary) This function changes the employees salary. A salary change can occur only after the two following tests have been applied: 1. The new salary is higher than the current salary. 2. - The new salary 1s less than the maximum salary. Parameters: newSalary - The proposed new salary. Returns: true if the salary change 1s approved, false otherwise.