STRINGS Get link Facebook X Pinterest Email Other Apps November 26, 2023 public class first {public static void main(String[] args) {String name="abhi";System.out.println(name);System.out.printf("%s\n",name);System.out.format("%s",name);}} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment