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
0
Explanation:
python and Java broooi
Answered by
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
Math,
3 months ago
Accountancy,
3 months ago
Chemistry,
3 months ago
India Languages,
7 months ago
Social Sciences,
7 months ago