Order ready-to-submit essays. No Plagiarism Guarantee!
Note: All our papers are written from scratch by human writers to ensure authenticity and originality.
This assignment is required for submission.
Verify your essay before you submit. Get an Official Turnitin Report for Just $8.99!
Check your paper with the same Turnitin report your professor uses. AI detection + similarity score without storing your work. Pay once, no subscription
Check My Assignment!This assignment is based on using variables to get input, process it then show output.
Not using variables causes loss of points.
Read the entire assignment to have an overall understanding of what needs to be done before working on the details.
Create a new C Console application that asks the end user to enter their scores and the code calculates the weighted total score:
- Ask the user to enter 3 scores each representing an assignment score.
- Ask the user for their midterm and final exam.
- Store all above input into variables.
- Display the total weighted score as follows where all scores entered will be out of 100:Total Weighted Score = (average assignments)*40% + (midterm)*30% + (final exam)*30%
- Use constants to represent the weight of assignments, midterm and the final.
- Show the output of “Your final score is: X” where x is the final total calculated score.
- Add top level comments, and other comments as needed but do not comment every line. Over use of comments is as bad as not using them.
You must Zip the entire application folder Not just source code file ( and submit under Assignment 2 by the due date listed for this assignment.


