Printf
– “Print Formatter” this function allows you to format
numbers, variables and strings into the first string parameter you
give itPrint
– “Print” This cannot format anything, it simply
takes a string and print itPrintln
– “Print Line” same thing asPrint()
however it will
append a newline character\n
at the end.