Question: assist in modifying the code by providing a modified approach to the class or suggestions for enhancement. public class Vinesnicholas_week8disc { public static void main(String[]
assist in modifying the code by providing a modified approach to the class or suggestions for enhancement.
public class Vinesnicholas_week8disc { public static void main(String[] args) { // create a new coffee maker called ninja Coffeemaker ninja = new Coffeemaker(12, 150); ninja.displayStats(); // display the stats. should be brand new ninja.makeCoffee(5); // make 5 cups of coffee ninja.displayStats(); // display stats again to show that 5 cups have been made in it's lifetime. }
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
