Write a program with a class called Employee for 5 employees with a constructor with your last Name as a...

profilecamron8

Write a program with a class called Employee for 5 employees with a constructor with your last Name as a String your id as an integer and any double rate and hours you choose. Create a method getInfo() and showInfo(). Have an array of objects for 5 employees that will call the getInfo() and showInfo() and display in chart form with correct money format the calculated salary. It will be your name and constructor info for the first object and 4 others will be interactive.

    • 10 years ago
    • 5
    Answer(0)
    Bids(0)