What return type does a method have if it doesn't return anything?

voidstringintdouble

Good job! If a method doesn't return anything, its return type is void.

Oh noes! If a method doesn't return anything, its return type is void.