class length{ public static void main(String args[]) { String val=args[0]; System.out.println("The length of "+val+" is : "+val.length()); }}
No comments:
Post a Comment