Question: Complete the given code with the following specifications please.Make sure you use J Option Pane class for input and output: public class AwesomeComputing( public static
Complete the given code with the following specifications please.Make sure you use J Option Pane class for input and output:
public class AwesomeComputing( public static void main(String[] args) { final int MAX EMPLOYEE = 10; final double MIN SALARY = 0.0; final double MAX_SALARY- 95000; //Step 1: decalre the arrays for name and salary and raised salary //Step 2: call the getInput method //Step 3: call the calculate raised salary method //Step 4: call the print report method // Step 5: complete the method. Prompt for employee name and salary. Return the raised salary array public static void getInput (String[] empName, double[] salary){ } //Step 6: complete the method public static double[] computeRaisedSalary(double [] salary){ } //Step 6: complete the method public static void print Report(string[] empName, double[] salary, double[] raisedsalary) {
Step by Step Solution
3.45 Rating (152 Votes )
There are 3 Steps involved in it
The java program for the given information import javaxswingJOptionPane public class AwesomeComputing public static void mainString args final int MAXEMPLOYEE 10 final double ... View full answer
Get step-by-step solutions from verified subject matter experts
