- Kotlin reduce use of library at some from java
- So to print some statement or expression Instead of using “ System.out.print( ); ” and “ System.out.println( ); ”
- In Kotlin we just use “print( )” to prints its argument to the standard output.
- And “println( )” prints its arguments and adds a line break, so that the next thing you print appears on the next line