Create windows application that analyzes four computer job


Problem

Create Windows application that analyzes four computer job titles from the information listed on the U.S. Department of Labor Statistics website.

1) Search for the U.S. hourly mean wage and annual mean wage for the following occupations:

a) Computer Developers,
b) Computer System Analysts,
c) Computer and Information Systems Managers,
d) and Computer Software Engineers, Applications.

Create Windows form that has a drop-down list of the four occupations.

1) Based on the user's selection, display the current median hourly pay and yearly pay.

2) Project what the pay will be in five years based on a 4 percent raise per year for each of the present rates.

3) You must use a Function Procedure to perform the calculations.

4) The same function should be capable of being called twice to calculate the hourly and annual pay rate changes.

5) You cannot use variables declared outside of the function procedure.

6) If you need data in the function you must pass that data to the function as parameters.

a) In other words, do not reference a variable decHourlyPay that is declared outside of the function, if you need that variable's value you must pass the variable as a parameter to the function.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create windows application that analyzes four computer job
Reference No:- TGS03340792

Expected delivery within 24 Hours