Computer Science, asked by wwwapmeena2615, 7 months ago

write the code for the following programs using Script Mode
Write a program to input the roll number, name and marks in five subjects of a student. Calculate
the total marks and percentage.​

Answers

Answered by MADHAVtheHACKER
0

Explanation:

python and Java broooi

Answered by ArcahanaTR
2

Answer:

here is ur answer

Explanation:

rn=input("your roll no. is:")

name=input("your name is :")

mar=int(input("marks in marathi:"))

maths=int(input("marks in maths:"))

eng=int(input("marks in english:"))

hindi=int(input("marks in hindi:"))

comp=int(input("marks in comp:"))

Total=mar+maths+eng+hindi+comp

print("Total=",mar+maths+eng+hindi+comp)

print("Average=",Total/5)

Similar questions