write the definition of a function onemore, which receives an integer parameter and returns an integer that is one more than the value of the parameter. so if the parameter's value is 7, the function returns the value 8. if the parameter's value happens to be 44, the functions returns the value 45.