Essentials of Information Systems and Programming
Overview
The goal of this project is to design an information systems solution for a business problem.
Your organization is looking for an information system to help with project cost/benefit analysis so that it can compare alternatives. Having this system will help managers make better decisions.
The basic program should ask the user to enter basic information about the project including the following:
Materials Cost
Labor Cost
Overhead Cost
Projected Savings or Increase in Revenue
After gathering the inputs, the program should be able to calculate basic information about the project including:
Total Project Cost (Sum of Materials, Labor, and Overhead Costs)
Project Profit/Loss (Difference of Total Cost and Savings or Revenue Increase)
Project Profit/Loss as a Percent of Total Cost (Profit/Loss / Total Project Cost)
Over the course of the session you will build upon the project each week, adding features and functionality.