3.28% I think
......................................................................................................................................
Create a bulleted list of four descriptive terms describing possible values a person may have.
* always be true to yourself
* honesty is the best policy
* making mistakes leads you to solutions
* it's ok to be wrong
Answer:
Whether the game is played on WiFi or Cellular data.
Explanation:
You wouldnt be able to do any of the other choices without some type of internet connection.
Answer:
The code requests for the scores of three students for three courses offered by each student.
It calculates and print the average score for each student
Explanation:
The code written in Python programming language uses a while to get student 1-3 and a for loop to get scores for course 1-3
See attached code and output