A Restaurant offers three types of foods; Fried-fish which costs 4 JD , Beef Burger which costs 2.5 JD, Zinger 2 JD. Construct a
flowchart and write a C-code that achieves the followings: a. The food prices should be in global variables and constant. (1 mark)
b. The code should read the number of items that were sold from each type of food for a customer. (2 marks)
c. The code should have module/function that takes the number of item that were sold from each type and then displays the amount of money generated from the sales. (4 marks)