Question: Task #1 Writing an Algorithm 1. Copy the file Pay.java (see Code Listing 1.1) from the Student Files or as directed by your instructor. 2.

Task #1 Writing an Algorithm 1. Copy the file Pay.java (see Code Listing 1.1) from the Student Files or as directed by your instructor. 2. Create the project in your Java NetBeans . Examine the file and compare it with the pseudocode below. Notice that the pseudocode does not include every line of code. The only important difference between the example pseudocode and the Java code is in the calculation. You need to fill in lines that tell in English what the calculation part of Pay.java is doing. Display How many hours did you work?. Input hours. Display "How much are you paid per hour?. Input rate. // Add your pseudocode here Display the value in the pay variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
