Using input from main function in another

I am trying to create a program that uses input from the main function in another function. I have a separate header file as well as another cpp file for all of the functions in order for my main.cpp to be "cleaner" (as according to my prof.)

I cannot seem to figure out how to take the input from the main functions (ints) and pass it to my other function. Thanks for any help that you guys can give me!
Topic archived. No new replies allowed.