AP CS A > 03-Methods > Flashcards
What are methods that do not display a value called?
Void methods
What is a synonym of methods?
Function
What is the return value for main?
void
What is a caller?
A function that calls for another.