//to do public int maxInt(MyList m); This function returns the maximum item of m (-1 if m is empty). //
public int maxInt(MyList m){ int r