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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!