Answered step by step
Verified Expert Solution
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 : Linked Lists
Objectives:
Using linked list to store information
Sorting data in linked list
Handle input errors and invalid values
Design and create a wellstructure program using C basic programming constructs
Description:
Write a menudriven 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: aENTER
Enter a movie's name: Star WarsENTER
Enter the year you saw Star Wars like : ENTER
Enter your rating for Star Wars : 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: aENTER
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started