Write a Java program to find the total normalised score (T.N.S) for graduate school admissions (sample data of four students given below) Use the formula given below to calculate the total normalised score: T.N.S. = CGPA*(34.0) + GRE Score + (100/UIAR) Using the above calculated TNS determine which of the colleges can a specific student get into (best possible school), if the entry requirements of the colleges is given below. Input should be like: Student Name + CGPA + GRE Score + UIAR Output Should be like: Student Name + T.N.S + Accepted in ‘Graduate School Name’.