Answered step by step
Verified Expert Solution
Link Copied!

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:

  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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Guide To Client Server Databases

Authors: Joe Salemi

2nd Edition

1562763105, 978-1562763107

More Books

Students also viewed these Databases questions

Question

What is gravity?

Answered: 1 week ago

Question

What is the Big Bang Theory?

Answered: 1 week ago