Write an application that inputs a line of text and output the text twice once in upper case and in lower case letters
import java.util.Scanner; class e3 { public static void main(String args[]) { Scanner sc=new Scann…
import java.util.Scanner; class e3 { public static void main(String args[]) { Scanner sc=new Scann…