Write the definition of a function printLarger , which has two int parameters and returns nothing. The function prints the larger value of the two parameters to standard output on a single line by itself.
this is what i have so far:
void printLarger(int, int){
}
I have to write something between the curly braces but I don't know what, please help me. thanks