Develop a python program using class concept to display student details.
First of all we have to write an algorithm for the same:Step1: StartStep2: Accept student details from the user.Step3: Find out the total of all three subjects.Step4: Find out the percentage of marks.Step5: ...
Read More