Question: 12. Consider a Fruit class that has the following fields, and appropriate getters. public class Fruit implements Comparable { private String name; //Fruit's name, all
12. Consider a Fruit class that has the following fields, and appropriate "getters." public class Fruit implements Comparable { private String name; //Fruit's name, all lower. private double weight; //Fruit's weight, in kilograms. private int calories; //Fruit's caloric value public String getName () //Gets "name". public double weight () public int get Calories () } Write the following compare To methods for the Fruit class to sort in the following ways... a. Sort fruits by their name, with the first fruit alphabetically coming first (so "apple" comes before "banana".) the
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
