I am using a Scanner class to get the input and want to convert the input to uppercase letter when display it. This is my code
Scanner input = new Scanner(Sy
System.out.println(Character.toUpperCase(c));