Question
For C# Jessie is starting a new computer business and would like to make a net profit of 20% after all the expenses are paid.
For C#
Jessie is starting a new computer business and would like to make a net profit of 20% after all the expenses are paid. These expenses include merchandise cost, store rent, employees salary, and electricity cost for the store. He would like to know how much he needs to cost of each computer in order to make that 20% profit. One simple assumption is being made that Jessies company can only build 20 computers a day which equates to 5,200 computers a year. Write a program that prompts Jessie to enter the total cost of the merchandise, the salary of the employees (on a yearly basis), the yearly rent, and the estimated electricity cost (on a monthly basis). The program then outputs how much the merchandise should be marked up so that Jessie gets the desired profit. Your program must have the following: An introductory statement that allows the user to understand what type of program they are running. Variable declarations User input acceptance Proper mathematical calculations Proper output You must provide the following: Your code Screenshot of your fully functioning program with inputs/outputs
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