Computer Science, asked by rakesh16122000, 7 months ago

write a program to input flie subject mark and print the total and average. (python)​​

Answers

Answered by XxItzAnvayaXx
0

\huge\underbrace\pink {\dag Final \: Question:- \dag}

write a python program to input five subject marks and print the total and average

\huge\underbrace\red {\dag Final \: Question:- \dag}

# program to input flie subject mark and print the total and average

#you can take name of any subject or their RN  

# #all the marks takne should be out of 100

m=float(input("enter your marks entered in maths :"))  

e=float(input("enter your marks entered in english :"))  

s=float(input("enter your marks entered in science :"))

c=float(input("enter your marks entered in computer :"))

sst=m=float(input("enter your marks entered in social science :"))

t=m+e+s+c+sst

print("you got ",t,"marks")

a=t/500 *100

print("your got an average of ",a)

#created by XxItzAnvayaXx for brainly

[am i the only lass who knows IT]

Attachments:
Similar questions