SHORTER PROBLEMS 12 points] Declare a struct type with name Employee, containing fields for the employee's first name, t
Posted: Sun May 15, 2022 11:59 am
SHORTER PROBLEMS 12 points] Declare a struct type with name Employee, containing fields for the employee's first name, the last name, a 9-digit identification number, and the wage (dollars and cents). The wage is a floating point number ranging from $0.00 to $10,000,000.00
[2 points] Declare an array of the above struct for 50 entries,
[2 points] Declare an enum type for some of the colors red, yellow, and blue.
[2 points] Declare an array of the above struct for 50 entries,
[2 points] Declare an enum type for some of the colors red, yellow, and blue.