The class Latte is inherited from the class Coffee. Override the toString() function so that it returns the same as for the parent class. Add the information about milk like in the template at the end: SUPER; milk=MILK, where MILK is the value of the parameter milk and SUPER is superclass realization.
Sample output:
SUPER; milk=almond