An entrepreneur operating a day labor pool divides his workers into three skill levels. Unskilled workers receive RM10.20 per hour, semiskilled workers RM12.50 per hour, and skilled workers RM15.65 per hour.
Write a program that calculates a worker’s daily pay showing the RM sign and the amount formatted to two decimal places. Test your program for an input of odd, even, and fractional hours. Your program input should consist of the hours worked and the skill level indicator.
I need the flow chart of this question..
Do the program by using switch statement AND multiple if statements