Program No: 1
Write a Java Program to accept 10 students marks in an after,
1. arrange it into ascending order and
2. Print the largest mark and convert into the following :
a) Less and equal to 50 : PASS
b) Between 50 and 75 : MERIT
c) 75 and, above : DISTINCTION
-----------------------------------------------------------------------------------------
Program No: 2
Write a Java program that asks the user to enter three numbers, print the sum, difference, 10
the largest number and the smallest number
-----------------------------------------------------------------------------------------