SE Computer Engineering Practical 11 solution
SE Computer Engineering Practical 11 solution Question: Write a python program to store first year percentage of students in an array. Write function for sorting array of floating point numbers in ascending order using a) Selection Sort b) Bubble sort and display top five scores Code: Output: Enter number of students whose marks are to …