What return type does a method have if it doesn't return anything?
Good job! If a method doesn't return anything, its return type is void.
void
Oh noes! If a method doesn't return anything, its return type is void.