Question: Given the following variables: test _ score _ 1 = 9 2 test _ score _ 2 = 8 1 test _ score _ 3

Given the following variables:
test_score_1=92
test_score_2=81
test_score_3=88
test_score_4=95
student_first_name = "Sam"
student_last_name = "Nelson"
bonus_points =3
class_name ="'Introduction to Computer Programming' (no prior experience)"
Write a program that generates the following output. Ensure that your output matches
the sample output exactly, including spaces (do not use your own name). You MUST
use the variables given (e.g. you can't use the numeric literal 92 in your program - you
must refer to the variable test_score_1. Note that there is no user input required in this
program. Ensure that your program produces output that exactly matches the program
below (same spacing, same line breaks, same punctuation, etc.)
************************************************************
'Introduction to Computer Programming' (no prior experience)
************************************************************
Student: Nelson, Sam
Most recent test scores: 92,81,88 and 95
Average score: 89.0
Class bonus points: 3
Average score with bonus points added: 92.0

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!