what is diffrence between print() and println() ?
Both Method are used to display the result on the monitor .print() method displlay the result and then retains the cursor in the same line , next to the end of the result .println() method display the result the cursor to the next line.