2.0k views
0 votes
Create the following variables that can be used to store values. Use the naming conventions as outlined in the Algorithms/Pseudocode Guidelines document in the course resources section of the course.

1. test grade for student test

2. total of all test grades added together

3. the average for the test grades

1 Answer

4 votes

Answer:

Certainly, here are the variables created according to the naming conventions outlined in the Algorithms/Pseudocode Guidelines document:

1. `test_grade_student_test` - Variable to store the test grade for a student's test.

2. `total_test_grades` - Variable to store the total of all test grades added together.

3. `average_test_grades` - Variable to store the average for the test grades.

User Toobee
by
8.2k points