Page 81 - 2501_KVS_C-7
P. 81
Project 3
Write a Python program to input marks of five subjects and calculate the percentage
of marks obtained by a student in those subjects.
Project 4
Write a program to calculate the compound interest using the formula.
Formula for compound interest= (P (1 + r / 100) ) – P
t
Where
P is the principal amount
r is the rate of interest
t is the time in years
Project 79

