System.out.println(3);
System.out.println(358);
System.out.println(50000);

//We can type “**sout + tab” for a shortcut  of System.out.println.**
System.out.println(3 + 3);