Computer Science, asked by simranjit143, 10 months ago

Write a program to take in the roll number, name and percentage of marks for n students of Class X. Write
user defined functions to
• accept details of the n students (n is the number of students)
• search details of a particular student on the basis of roll number and display result
• display the result of all the students
• find the topper amongst them
• find the subject toppers amongst them
(Hint: use Dictionary, where the key can be roll number and the value is an immutable data type containing
name and percentage)
Let’s peer review the case studies of others based on the parameters given under "DOCUMENTATION TIPS"
at the end of Chapter 5 and provide a feedback to them.

Answers

Answered by vashtiwari05181111
0

Explanation:

my self is the best thing I've done for my family song

Attachments:
Similar questions