Write a program that prompts the author to enter the net


The publisher is offering three options:

Option 1): Paid 5,000 upon delivery of final manuscript & 20,000 when the novel is published.

Option 2): Author is paid 12.5% of the net price of the novel for each copy of novel sold.

Option 3): Author is paid 10% of net price for the first 4000 copies sold & 14% of net price for copies over 4000.

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.

Program: 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 select. (Use named constants to store special values such as royalty's rate and fixed royalties).

This program must be in C++ and could you explain this problem.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that prompts the author to enter the net
Reference No:- TGS0952127

Expected delivery within 24 Hours