Answered step by step
Verified Expert Solution
Question
1 Approved Answer
IN PROGRAMMING LANGUAGE C Create a program that: Allows a user to input their first and last name. Asks that user to input a total
IN PROGRAMMING LANGUAGE C
Create a program that:
- Allows a user to input their first and last name.
- Asks that user to input a total grade for each Item listed in the Grading/Evaluation section of the syllabus
- Store this information into a single variable array (i.e. all 4 values are stored into a single array: Quizzes saved in index 0,Labs saved in index 1,etc.)
- Calculate Weighted Total Grade
- A >=90 >B>= 80 >C>= 70 >D>= 60 > F
- Lab assignment: 45% Quizzes: 25% Min project 1: 15% Mini Project 2: 25%
Examples:
Italicized bold text is user entered values
Please input your first name:
Please input your last name:
Please input a grade for Lab assignments: 90
Please input a grade for Quizzes: 80
Please input a grade for Mini Project 1: 95
Please input a grade for Mini Project 2: 95
Your name is:
Your weighted grade is: 89
- Prints to User:
- First and Last Name
- Final Weighted grade
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