Question No.4: A food based company wants their users to rate their newly launched food items, items are Burger, Broast, Rice, Roll, Handi. Platter, Kebabs, Sandwich, Shake, Kheer. Scoring can be done...


Write a C program and format use in the program (Printf & Scanf)


Question No.4:<br>A food based company wants their users to rate their newly launched food items, items are<br>Burger, Broast, Rice, Roll, Handi. Platter, Kebabs, Sandwich, Shake, Kheer.<br>Scoring can be done from 1 to 10, best towards worst respectively. Design a solution that saves the food<br>items and then let users rate these food items along with their comments. A bar graph based on rating<br>should also be printed<br>Note: (Structures must be used to save the data)<br>A sample run of the application is shown as follows:<br>Enter score for Burger (1-10)<br>8<br>Enter reason for liking or disliking<br>Fresh and juiey<br>Output of your program should be as follows<br>Item<br>Rating<br>Reason<br>Histogram<br>Burger.<br>Fresh and juicy<br>Taste was not good<br>8<br>**<br>Broast<br>4<br>****<br>

Extracted text: Question No.4: A food based company wants their users to rate their newly launched food items, items are Burger, Broast, Rice, Roll, Handi. Platter, Kebabs, Sandwich, Shake, Kheer. Scoring can be done from 1 to 10, best towards worst respectively. Design a solution that saves the food items and then let users rate these food items along with their comments. A bar graph based on rating should also be printed Note: (Structures must be used to save the data) A sample run of the application is shown as follows: Enter score for Burger (1-10) 8 Enter reason for liking or disliking Fresh and juiey Output of your program should be as follows Item Rating Reason Histogram Burger. Fresh and juicy Taste was not good 8 ** Broast 4 ****

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here