Program 5 Want Write Pseudocode Algorithm Asks User Grades Cse 1321 Along Attendance Calcu Q43900800
Program 5: I want an A! Write a pseudocode algorithm that asks the user for their grades in CSE 1321, along with their attendance, then calculates their final grade. Note, perfect attendance rounds up your final grade by 1.5 points – otherwise, it’s a fraction out of 30. The tests and quiz average are worth 20% each. Sample Output: Enter your grade for Test 1: Enter your grade for Test 2: Enter your grade for Test 3: Enter your grade for Test 4: Enter your average quiz grade: 81 Enter the number of times you attended class (max 30): 29 95 85 63 70 Your average before attendance is 78.8. additional 1.45 points for attendance. You receive an Final grade is 80.25. Show transcribed image text Program 5: I want an A! Write a pseudocode algorithm that asks the user for their grades in CSE 1321, along with their attendance, then calculates their final grade. Note, perfect attendance rounds up your final grade by 1.5 points – otherwise, it’s a fraction out of 30. The tests and quiz average are worth 20% each. Sample Output: Enter your grade for Test 1: Enter your grade for Test 2: Enter your grade for Test 3: Enter your grade for Test 4: Enter your average quiz grade: 81 Enter the number of times you attended class (max 30): 29 95 85 63 70 Your average before attendance is 78.8. additional 1.45 points for attendance. You receive an Final grade is 80.25.
Expert Answer
Answer to Program 5: I want an A! Write a pseudocode algorithm that asks the user for their grades in CSE 1321, along with their a…
OR