Write a Java program to receive user input and convert a sen…
Write a Java program to receive user input and convert a sentence string to all lowercase shown in the sample output below:Sample Output:Input a String: THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.All Lowercase: the quick brown fox jumps over the lazy dog.Save the program file and class with the name Test2P3.java (Program file name and class name MUST match exactly).