Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a code for the following application. (C#) A project has initial investment, yearly revenue and yearly expenses. Your program should be able to take
Write a code for the following application. (C#)
A project has initial investment, yearly revenue and yearly expenses. Your program should be able to take these data and calculate the break-even year, i.e. when the cumulative profits become 0. Also, it should have a list box that would list the cumulative profit for the number of years, which is double that of a break-even year. For instance, if your break-even year is 5, the cumulative profits should be listed for 10 years.
Refer to the example below.
X Project Calculator Initial Investment 1000 Yearly Revenue 300 Yearly Expenses 200 Calculate Break Even Year 10 Calculate for double BE years 111 Cumulative Profit 1:-$900.00 2:-$800.00 3:-$700.00 4:-$600.00 5:-$500.00 6:-$400.00 7:-$300.00 Exit
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started