Calculatepay (java program) | java |
1. Using a switch statement: [2 points] If the employee type is P or p, then display “Part- time employee” on the screen If the employee type is F or f, then display “Full-time employee” on the screen If the employee type is T or t, then display “Temporary employee” on the screen If the employee is none of the above, then display “Invalid employee […]