void

void
When void is declared as the method return, the method will not return a value and should be used only for the side-effects it has.

ProfessorJ Intermediate + access Language