Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David M. Kroenke, David Auer

11th Edition

B003Y7CIBU, 978-0132302678

More Books

Students also viewed these Databases questions

Question

What is an extranet?

Answered: 1 week ago

Question

1. Who is your target audience? (everyone cannot be an answer here)

Answered: 1 week ago

Question

1. Prepare a flowchart of Dr. Mahalees service encounters.

Answered: 1 week ago