Written Assignment #3 Due: Wednesday, Mar. 8
place on desk BEFORE BEGINNING of class
Write a Java method (in Java) named payRaise that accepts two arguments:
an array of type double (representing hourly wages) and a double (representing
a percent raise). The method processes the array, increasing each hourly
wage by the given percent.