You will get email Reply within few hours

Tuesday, 28 May 2013

Book Breakeven Pseudocode


Another pseudocode problem, the due time is 15 hours from now. Below is the problem description:

Company X needs a program that will assist in determining which books to publish. For each prospective title the following data is prepared -

Title of book, number produced, fixed cost, number of pages

You are to print a report listing the title and breakeven point for each book in the file (end of file method must be used). Sort the information by the breakeven point in ascending order using a bubble sort. Can only use functions, procedures and arrays.

Breakeven point = (fixed cost + number produced * pages * .05625) / number produced


Click here to get Solution