chinmay.sahoo
New member
Both methods are used to display the results on the monitor . print( ) method displays the result
and then retains the cursor in the same line, next to the end of the result. println( ) displays the result
and then throws the cursor to the next line.
and then retains the cursor in the same line, next to the end of the result. println( ) displays the result
and then throws the cursor to the next line.