Question 1: Write a program for the conversion of temperature from Fahrenheit into Celsius.
Question 2: Write a program to produce students results for six subjects exhibiting maximum marks and marks obtained.
Question 3: Design a menu as described below:
Question 4: Write a program to implement the interface library_member that has methods membership_new and membership_barcode.
Question 5: Write a program to print the list of library users. Users are of two groups: Teachers and Students. The list must contain name, user_id, and department or class.
Question 6: Write a program to accept 15 student’s marks in an array. Arrange such marks in a descending order and print the lowest.