void example(Can you put anything in here?)

void game(Can i put anything here?) { } is a function definition. void means that the function does not return a value. Remember in math class when you had functions like sin(x) and they returned a value (like sin(pi) = 0, the 0 is what the function sin computed and returned to you). In your … Read more