1.
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:
System.out.println(flavors(1));
System.out.println(flavors(5));