Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

********PLEASE DO THIS PROBLEM IN C++**********DO NOT USE CONIO************ Chapter 11, Programming Challenge #1 (p.651) Write a program that uses a structure named MovieData to

image text in transcribed

********PLEASE DO THIS PROBLEM IN C++**********DO NOT USE "CONIO"************

Chapter 11, Programming Challenge #1 (p.651) Write a program that uses a structure named MovieData to store the following information about a movie: Title Director . Year Released Runtime (in minutes) The program should create two MovieData variables, store values in their members, and pass each one, in turn, to a function that displays the information about the movie in a clearly formatted manner. Notes: Title and Director should be strings, name them title and director . Year Released and Runtime should be integers, name them yearReleased and runtime No input needed from the user Initialize one variable initialization list, and the other by setting each member Name the function that displays the contents of a movieData variable "displayMovie" o It should take a single constant movieData reference as its parameter You can use whatever values for the movie data you wish; I care about how you are storing the data in this program

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

Oracle Database Foundations Technology Fundamentals For IT Success

Authors: Bob Bryla

1st Edition

0782143725, 9780782143720

Students also viewed these Databases questions