Q46: Put the code in the right order to create a public method that returns a String and accepts an integer parameter and returns a flavor of ice cream. The method is called from main as follows:
Q47: Put the code in the right order to create a method that returns a String and accepts as parameters a double and a String, and concatenates the two values as a temperature along with its base scale. The method is called from main as follows: