100
This procedure must be completed before the following line of code is allowed to compile:
grossPay = hours * payRate;
What is (1) declare variables grossPay, hours, and payRate, (2) Create a Scanner object to read input, (3) assign hours and payRate content from Scanner class method, (4) assign grossPay product of hours and payRate.