Question: Write a C# program to manage customers reviews. The program must do the following from the pictures below. Write a C# app to manage customer's

Write a C# program to manage customers reviews. The program must do the following from the pictures below.
 Write a C# program to manage customers reviews. The program must
do the following from the pictures below. Write a C# app to

Write a C# app to manage customer's reviews (similar to each product they sell) A review consists of a score in the form of a number, a comment, and a date (see class diagram below). The number represents the number of stars' given to the product. The highest possible rating is five stars, and the lowest is one star. The comment is any text supplied by the user. The review date is provided by the system when the review object is created. Your application must implement the view suggested by the figure below starList List of Review objects 5Revievw Review Review Great!!! 5 Excellent... 5 Best ever 3Review 3 Average q 1Review Review 1 Don't waste.. Horrible1 On the left side, we have a generic list indexed by the number of stars. For instance, entry 5 holds all the five-stars reviews, and so on. On the left side, we have the actual reviews supplied by the users This structure must be implemented as follows List> starList new ListList Review>>(); Observe that this definition tells us that each cell in starList is a list of reviews Your program must do the following. 1. Define the Review class as indicated in Figure 1 2. Define statList as indicated above. . Initialize each cell of starList with a new List

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!