Branching in C#

profilegelee2169

 

The Software Development Company now requests you enhance the C# console program to display additional data items for all the software developers' displays: 

For this week's assignment, build on the Week Two Individual Assignment, "Adding Variables," by asking the user to enter the names, ZIP Codes, and monthly gross pay of three software developers. The program should display on the console the software developer name, ZIP Code, monthly gross pay, and taxes paid for that month. Taxes are set at 7% of the monthly gross pay. The program should also display the annual gross pay and annual taxes of all three software developers. 

Using Visual Studio® and C# programming concepts, write a program to meet the specifications of the company's request. The program should have the following characteristics:

  • Compile and Execute without errors
  • Meets specifications by displaying on the console a welcome message along with the following information on all three software developers:
    • Software developer name
    • ZIP Code
    • Gross monthly pay
    • Monthly Taxes
    • Annual gross pay
    • Annual taxes
  • Logic flow is clear, concise, and effective
  • User inputs and outputs should be clear on screen
  • The program code should laid out with appropriate indentation to show program structureIdentifiers logically describe use
  • Naming conventions are consistent
  • Comments and headers to explain processing that is not obvious

Constraints for assignments in this course: Collect all data and store it as the user enters it. When all the data is collected, display the data and any calculated data on the console. Data displayed on the console must be correctly labelled so that the user will be able to understand what it means. After all data has been displayed, the program will prompt the user to press ENTER to continue, and will allow the program to finish (and the console to close), only after the user has pressed the key to dismiss the program.

Zip your Visual Studio® solution project folder so it can be submitted for grading. In Visual Studio®, you can locate the folder with your solution by left clicking on the solution node in the Solution Explorer. Look at the Properties window to find the folder name in the Path property. Locate this folder in File Explorer and zip the folder. 

  • 6 years ago
  • 15
Answer(3)

Purchase the answer to view it

blurred-text
  • attachment
    ChangeManagementProcessAssignment.docx

Purchase the answer to view it

blurred-text
  • attachment
    Update_ConsoleCompanyDisplay3.zip
  • attachment
    ReadMe.txt

Purchase the answer to view it

blurred-text
NOT RATED
  • attachment
    GLConsole.docx
  • attachment
    GLWelcome.rar