Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ll Verizon LTE 10:30 AM CSC1411-Lab08-Searching and sorti.... i Part II-Movie Listing, Sorting and Searching. (15 pts) Expand on Lab07b, by providing a Search and

image text in transcribed
image text in transcribed
ll Verizon LTE 10:30 AM CSC1411-Lab08-Searching and sorti.... i Part II-Movie Listing, Sorting and Searching. (15 pts) Expand on Lab07b, by providing a Search and Sort Function. You should be able to Search or Sort by Title. Write a program that reads in data from a file and places the information in a struct named MovieData. The input file has between zero and 100 "records" each with the all of following items (in order, separated as noted below) Title Release Year RunningTime Rating Title might have spaces in them. RunningTime is in minutes. Rating is something similar to Rotten Tomatoes.com, so listed in a percent. You will have a menu that continues until your press exit, and returns an error and goes back to the menu if not one of the choices. You can assume the user will only enter integers for the menu 1. Read in Movies 2. List Movies 3. Search Movies by Title 4. Sort Movies by Title 5. Exit For ease of grading, we will have you place all of the code in a single file called yourlastnamefirstab08.cpp. Your cpp file should have the following format: * Name: Class: CSCI 1411-00X Description: [fill in description] Lab Partner: Status: successfully compiled and run on csegrid [if it doesn't run or meet all of the requirements, list the actual status!/ /Function Prototypes Function Implementations int main0 Since they are all together in one file you not have to #include h" as we did in the previous lab Dashboard Calendar ToDo Notifications Inbox

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

Ai And The Lottery Defying Odds With Intelligent Prediction

Authors: Gary Covella Ph D

1st Edition

B0CND1ZB98, 979-8223302568

More Books

Students also viewed these Databases questions

Question

Define promotion.

Answered: 1 week ago

Question

Write a note on transfer policy.

Answered: 1 week ago

Question

Discuss about training and development in India?

Answered: 1 week ago

Question

Explain the various techniques of training and development.

Answered: 1 week ago

Question

Explain the various techniques of Management Development.

Answered: 1 week ago