|
|
|
|
void is the return type of the function. Functions can return values, for instance, a funciton that adds up integers returns an integer: |
|
void. For instance, your DisplayTitle() function, just prints text to the screen, it doesn't need to return any values to the part of the program that called it.