SE Computer Engineering practical 2 solution
SE Computer Engineering Practical 2 solution Question: Write a Python program to store marks scored in the subject “Fundamental of Data Structure” by N students in the class. Write functions to compute the following: a) The average score of class b) the Highest score and the lowest score of the class c) Count of students …