Question
Create a C# Console Application Additional requirements and expectations are given in the attached rubric. Write a program that computes a weighted average for a
Create a C# Console Application
Additional requirements and expectations are given in the attached rubric.
Write a program that computes a weighted average for a student giving the following weights.
Each of the following should be a constant.
Homework 20%, Projects 25%, Quizzes 18%, Test 25%, F test 12%
Create average variables and assign initial values for each of the following
Homework Avg 88, Projects Avg 82, Quiz Avg 55, Test Avg 70, F test 80.
Calculate the student's average and display all values, including the student's average, weights, and variables. Verify that your answers are correct.
Your output should look similar to this:
Description Avg Weight Homework 88 0.2 Projects 82 0.25 Quizzes 55 0.18 Test 70 0.25 F test 80 0.12
Course Grade is 75.1
Create a C# Console Application Additional requirements and expectations are given in the attached rubric. Write a program that computes a weighted average for a student giving the following weights. Each of the following should be a constant. Homework 20%, Projects 25%, Quizzes 18%, Test 25%, F test 12% Create average variables and assign initial values for each of the following Homework Avg 88, Projects Avg 82, Quiz Avg 55, Test Avg 70, F test 80. Calculate the student's average and display all values, including the student's average, weights, and variables. Verify that your answers are correct. Your output should look similar to this: Description Avg Weight Homework 88 0.2 Projects 82 0.25 Quizzes 55 0.18 Test 0.25 F test 80 0.12 Course Grade is 75.1 70
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