Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lab Assignment 6 : Linked Lists Objectives: Using linked list to store information Sorting data in linked list Handle input errors and invalid values Design

Lab Assignment 6: Linked Lists
Objectives:
Using linked list to store information
Sorting data in linked list
Handle input errors and invalid values
Design and create a well-structure program using C++ basic programming constructs
Description:
Write a menu-driven program to keep track of your favorite movies:
MENU
A Add a movie
U Update a movie
E rEmove a movie
L List all movies
T arrange by Title
V arrange by year Viewed
R arrange by Rating
Q Quit
...your choice: a[ENTER]
Enter a movie's name: Star Wars[ENTER]
Enter the year you saw Star Wars [like 2016]: 1977[ENTER]
Enter your rating for Star Wars [1,2,3,4,5]: 1[ENTER]
MENU
A Add a movie
U Update a movie
E rEmove a movie
L List all movies
T arrange by Title
V arrange by year Viewed
R arrange by Rating
Q Quit
...your choice: a[ENTER]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions