Question: 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:

  1. Allows a user to input their first and last name.
  2. Asks that user to input a total grade for each Item listed in the Grading/Evaluation section of the syllabus
    1. 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.)
  3. Calculate Weighted Total Grade
  4. A >=90 >B>= 80 >C>= 70 >D>= 60 > F
  5. 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

  1. Prints to User:
    1. First and Last Name
    2. Final Weighted grade

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!