#include "example4.2.h"

int process( int num1, int num2 )
{
    return num1/num2;
}
