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.

Answer :

Other Questions