What return type should the following function have?
Nice! This method doesn't return anything, it just outputs. So it should return void.
Not quite! This method doesn't return anything, it just outputs. So it should return void.