Question: JAVA: Write the Potion class needed by the following program in order to produce the output shown. Note it must work for other types of

JAVA:

Write the Potion class needed by the following program in order to produce the output shown. Note it must work for other types of Potion as well, such as new Potion("poison", 5). There is no need to check that the amount of potion is greater than zero. JAVA: Write the Potion class needed by the following program in order

class PotionTest( public static void main (String[] args) Potion potion - new Potion ("healing", 10) System.out.println (potion); // prints healing: 10 potion.drink (3) // drink the specified amount of the potion System.out.println (potion); // prints healing:7

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 Databases Questions!