Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Publishing Royalties This is problem 16 on page 261 of the textbook. A new author is in the process of negotiating a contract for a

image text in transcribed
Publishing Royalties This is problem 16 on page 261 of the textbook. A new author is in the process of negotiating a contract for a new romance novel. The publisher is offering three options. In the first option, the author is paid $5,000 upon delivery of the final manuscript and $20,000 when the novel is published. In the second option, the author s paid 12.5% of the net price of the novel for each copy of the novel sold. In the third option, the author is paid 10% of the net price for the first 4,000 copies sold, and 14% of the net price for the copies sold over 4,000. The author has some idea about the number of copies that will be sold and would like to have an estimate of the royalties generated under each option. Write a program that prompts the author to enter the net price of each copy of the novel and the estimated number of copies that will be sold. The program then outputs the royalties under each option and the best option the author could choose Use appropriate named constants to store special values such as royalties and percentages When prompting for inputs, prompt for the two values in the order they are specified above; prompt for the price of each copy first, then prompt for the number of copies that will be sold. Price will be in dollars and cents. Number of copies will be a whole number

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions