Problem #871 CORE JAVA PROGRAMMING

Write a C++ program to create a class called "Restaurant" with attributes for menu items, prices, and ratings, and methods to add and remove items, and to calculate average rating.

Your Solution