The Thing method printMessage prints a string consisting of the name of the object followed by "_is_great". Suppose the name of the Thing object favFood is "pizza". Write a statement that uses the printMessage method to print the string "pizza_is_great". Write the statement below.



Answer :

Other Questions