A comment on the code you've posted:
Two of the methods (not functions) are void but they return a value.
void methods do NOT return a value.


To do what?