Question: In Java Apple Maker objective: Write a program that creates a class Apple and a tester to make sure the Apple class is crisp and
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 Red Delicious Golden Delicious Gala Granny Smith o 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 o 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
