Question: Programming Exercises 1. Create a program that will compute for the grade average of a student in 3 quizzes. Moreover, compute the average of 5

Programming Exercises 1. Create a program that will compute for the grade average of a student in 3 quizzes. Moreover, compute the average of 5 students per quiz and grade average. Note: Grade value may range from 000.00 to 100.00 Output Layout: POLYTECHNIC UNIVERSITY OF THE PHILIPPINES QUEZON CITY BRANCH BSIT 1-1/2 STUDENT STUDENT QUIZ#1 QUIZ#2 QUIZ#3 GRADE NUMBER NAME AVERAGE 10 CHAR 15 CHAR 999.99 999.99 999.99 999.99 AVERAGE 999.99 999.99 999.99 999.99 2. Create a menu driven program for singly linked list. Menu option are as follows: MAIN MENU A. Enter Linked List values B. Compute and Display sum of values C. Display highest value D. Display lowest value E. Display odd numbers F. Display even numbers G. Exit Note: Terminate input when the number zero is entered for option A. Options B - F cannot be chosen unless linked list was created first
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
