Description
Write a definition for a structure type for personnel records for hourly employees. The record contains an hourly wage rate, accrued vacation in an integer number of days, and employee status (use ‘T’ for temporary and ‘P’ for permanent). The record includes
1 25 10 T
2 30 11 T
3 15 0 P
Output
an hourly wage rate, accrued vacation in an integer number of days, and employee status