Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I Would Appericate It Help With Assignment For CIS (Introduction To C Programming). No Fancy ... I would appericate it help with assignment for CIS

I Would Appericate It Help With Assignment For CIS (Introduction To C Programming). No Fancy ... I would appericate it help with assignment for CIS (Introduction to C programming). I would appericate it help with assignment for CIS (Introduction to C programming). (No fancy loops) so I better not see loops. It needs to complie in Visual Studios as I'm using VS 2015.

Requirements: Properly document code using the CIS 161 Coding standards. Use integer type values for grades. Initialize all variables properly. Use a constant variable for the number of grades per student to calculate the average. Read the first and last name for each student from the keyboard.. Read grades, names, and absences from the keyboard input real-time for each student as follows:The input request should look like the below for each student (without quotes): Please enter Student 1s First name: Please enter Student 1s Last name: (on a newline) Please enter Student 1s first grade: Please enter Student 1s second grade: (on a newline) etc. Please enter Student 1s absences: (on a newline) Then get Student 2s information using the above as a model. Concatenate the each students First and Last Name so that one variable per student is used in the output for step 8 (below). If the number of absences per student is less than or equal to 2, display the first and last name of the student and all grades entered per student and their grade average.The output should be as below (example only based on inputted grades) : Jessie Venturas grades: 95, 95, 93, 91. Average is 94. Jessie Venturas final grade for CIS161 is an A (see grading scale below) If the number of absences is greater than 2, output the following (example): John Wayne was dropped from CIS161 due to 3 absences. (Based on Students name and number of absences entered in step 5) Use logical operators (Chapter 3.4) to accomplish the following: If the student has an A in the class and absences are less than 3 output the following (example) 2 blank lines down: Jessie Ventura has an A and less than 3 absences and should be recommended for Valedictorian of the Century. (on a newline) Grading scale: 90-100 A 80-89 B 70-79 C 60-69 D Below 60 F Expert Answer

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

Step: 3

blur-text-image

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

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions