Use one large number using underscore in Java Get link Facebook X Pinterest Email Other Apps CODE: public class Main { public static void main(String[] args) { int i1; i1=1_25_350; i1++; System.out.println(i1); } } OUTPUT: 125351 Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment