Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

NEED HELP! Please create the pseudocode, and then code, debug, and create the submittal files for Programming Challenge #1 Movie Data and #2 Movie Profit

NEED HELP!

Please create the pseudocode, and then code, debug, and create the submittal files for Programming Challenge #1 "Movie Data" and #2 "Movie Profit" on page 659 of your textbook. JUST ONE PROGRAM, PLEASE, that accomplishes the requirements of problems 1 and 2.

You can initialize the structure in main, but then you must pass the structure to a function that displays the data in a clearly formatted manner.

1. Movie Data

Write a program that uses a structure named MovieData to store the following infor- mation about a movie:

Title Director Year Released Running Time (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.

2. Movie Profit

Modify the Movie Data program written for Programming Challenge 1 to include two additional members that hold the movies production costs and first-year revenues. Modify the function that displays the movie data to display the title, director, release year, running time, and first years profit or loss.

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 And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 1 Lncs 13426

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124227, 978-3031124228

More Books

Students also viewed these Databases questions

Question

2. What specific steps are necessary to implement the solution?

Answered: 1 week ago

Question

6. Explain the power of labels.

Answered: 1 week ago

Question

10. Discuss the complexities of language policies.

Answered: 1 week ago