write a function maxmagnitude() with two integer input parameters that returns the largest magnitude value. use the function in a program that takes two integer inputs, and outputs the largest magnitude value.

Respuesta :