kronxd2825 kronxd2825 Today at 12:11 AM Computers and Technology Answered define a function findmaximum() with no parameters that reads integers from input until a negative integer is read. the function returns the largest of the integers read. ex: if the input is 50 25 60 -5, then the output is: 60