What return type should the following function have?

stringintvoiddouble

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.