Print anything by using JAVA String

class Main{
    public static void main(String args[]){
        String ss = "I Love JAVA";
        System.out.println(ss);
        }
}



The Output is Given Below:
I Love JAVA

0 comments:

Post a Comment