If a student offered 12 subjects and the student's cumulative score is 1085. Write a program in python to show the student's average score.

Question

If a student offered 12 subjects and the student's cumulative score is 1085. Write a program in python to show the student's average score.
🧐 Not the exact question you are looking for?Go ask a question

Solution 1

Sure, here is a simple Python program that calculates the average score of a student:

# define the total score and number of subjects
total_score = 1085
num_subjects = 12

# calculate the average score
average_score = total_score / num_subjects

# print the average score
print("The studen
    Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solve study prob
Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solve study problem.
Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solve study problem.
Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solve study problem.
Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solv

This problem has been solved

Similar Questions

If a student offered 12 subjects and the student's cumulative score is 1085. Write a program in python to show the student's average score.

A student scored an average of 90 in the introductory course. What score can we expect for this student in the upper-level course

The average score of a player in 10 innings was77 runs. In the 11th inning he had scored zero runs.The overall average score in all the 11 innings wa

A cricketer has a certain average for 9 innings. In the tenth innings, the score is 100 runs, thereby increasing his average by 8 runs. His new average is:

Deshaun's test score average decreased by 10 points this semester.Write a signed number to represent this change in average.

1/3