I'm a beginner of C, now I've an assignment came out from learning course as below question...
1.
The program will then produce the output selected by the user from the menu.
Write a program to find the bonus according to given working hours and conditions as follows:
5 £ working hours < 7 Þ bonus = 1000 ks
7 £ working hours < 9 Þ bonus = 1500 ks
9 £ working hours < 12 Þ bonus = 2000 ks
working hours ³ 12 Þ bonus = 2500 ks
I have no idea about "selected by the user from the menu."
I believe there might be a way to solve it but I haven't enough knowledge in this point. please kindly give me a way or guide ...
Thank all my friends.