Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started