printFWrites a given formatted string with a line break to the output console. It accepts the same parameters as formatReturns#No valueExample#printF('This car was made in %s. Now it values %s', 1990, '$20000')# prints: This car was made in 1990. Now it values $20000Copy