class Main{ public static void main(String args[]){ String ss = "I Love JAVA"; System.out.println(ss); System.out.println("Length of the String: " + ss.length()); } }
The Output is Given Below:
I Love JAVA
Length of the String: 11
c, c++ , java, oracle, database design, c tutorial, c++ tutorial, java tutorial, oracle tutorial, programming, make program easy, c programming, c advance program, java advance program
class Main{ public static void main(String args[]){ String ss = "I Love JAVA"; System.out.println(ss); System.out.println("Length of the String: " + ss.length()); } }
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment