package HackerRank;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collections;
public class ThirtyEight {
public static void main(String[] args){
Class student = Student.class; // Complete this line
Method[] methods = student.getDeclaredMethods(); // Complete this line
ArrayList