Advertisement
Guest User

Untitled

a guest
May 19th, 2017
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Assignment Background:
  2. Billionaire Donaldio Trumpola has hired you to help him run his many businesses. He has so many staff members in so many different companies that he is losing track of them all. What he would like you to do, is write a program, that he can use to enter in the information about his companies. He will want to input the following information for each department:
  3.  
  4. Department Name:
  5. Employees:
  6. Cost Per Employee:
  7. Sales:
  8.  
  9. Below is the data he would like you to enter (you didn't think he would enter it himself did you?) Write your program to handle the amount of information that needs to be inputted. You do not need to use a loop, you can simply have multiple requests to ".readLine()" .
  10.  
  11. Finally, Donaldio would like your program to use all the information inputted to find out if he has made any money, or if he is bankrupt. Calculate the cost to run each department, and compare that to the sales for the department, come up with a total, and present all your numbers in a nice output that has been formatted - using the technique you have learned in the notes - to show money with two decimal places, comma's and a dollar sign. In the output you should present the statistics for each department, and the statistic for all departments.
  12.  
  13. Bonus: Use a loop to ask how many departments Donaldio would like entered and then loop through that many requests!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement