Java Assignment

jpFlute

Week 6 Assignment

Greenway Consulting surveyed the employees of three companies Alhermit, Logway, and Felter Corporations to evaluate the salaries for the employees.

You will write a program that does the following:

  • Put the data below into a multi-dimensional array
  • Prompts the user for the company they would like employee salary statistics.
  • Write a method that returns the average employee salary as a double. Pass the company number and employee Wages to this method.
  • Write a method that returns the total employee salary as an int. Pass the company number and employee Wages to this method.
  • Write a method that returns the number of employees as an int. Pass the company number and employee Wages to this method.
  • In the main method call the other methods and out put the results.

Make sure you comment your code and take a screenshot of the results. Then submit it with your java code. The Java coding should be in a text file or in a word processing document.



Data

AlhermitLogwayFelter
499204551954619
508314737348339
394303682444260
546975122944390
417513696639732
361104033244073
419285329453308
484604490735459
397143605052448
492715157438364
517133975839990
3890353847

47373

 

    • 11 years ago
    • 20
    Answer(2)

    Purchase the answer to view it

    NOT RATED
    • java_for_you.docx

    Purchase the answer to view it

    NOT RATED
    • week_6_assignment.docx