Question: In Dr Java please! Apple Maker objective: Write a program that creates a class Apple and a tester to make sure the Apple class is
Apple Maker objective: Write a program that creates a class Apple and a tester to make sure the Apple class is crisp and delicious. First create a class called Apple Write a class file called Apple that DOES NOT HAVE a main method Some of the attributes of Concert are Type A string that describes the apple. It may only be of these following types Red Delicious Golden Delicious Gala Granny Smith Weight: A decimal value representing the apple weight in kilograms. The weight must be between 0kg and 2kg o Price: The price per apple. This must be a non-negative decimal value. Create the following Constructors o Default sets everything to default values and has no parameters Accessors and Mutators for each variable MAKE SURE THE MUTATORS CHECK FOR VALID VALUES Create the following Methods o toString Retums a string with all of the instance variable values Ex: "Name:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
