Write three diffrent ways in which a PRINT statement is used
Answers
Answered by
0
THERE ARE THREE KINDS OF 'PRINT' STATEMENTS :
1. System • out • print (argument) just prints out its argument,
2. System • out •print Ln(argument) prints out its argument and ends the line.
3. System •out • print f ( format, arguments), gives more control over how things are printed.
HOPE IT HELPS
^_^
1. System • out • print (argument) just prints out its argument,
2. System • out •print Ln(argument) prints out its argument and ends the line.
3. System •out • print f ( format, arguments), gives more control over how things are printed.
HOPE IT HELPS
^_^
Similar questions