Question: C++ language Write a program that computes 83 percent of box office sales of $350000 and output the result to the screen. Wheels of Fury

 C++ language Write a program that computes 83 percent of box

C++ language

Write a program that computes 83 percent of box office sales of $350000 and output the result to the screen. "Wheels of Fury" opened to box office sales of $350,000 and the studio gets 83 percent of the box office back to them. Write a program that computes how much that will actually be. Create a variable that represents the box office amount and then assign 350000 to that variable- use a meaningful variable name and display the result to the screen with a label. Create another variable that has the percent that the studio gets as part of the box office- use a meaningful variable name and display the result to the screen with a label. Finally compute the box office percentage and put that amount into another variable that totals the results (again use a meaningful variable name) and display that result to the screen with a label. If you want you output to look like dollars and cents, add #include

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!