Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Lab Description : Write a Ball class that will simulate a Ball used for playing a sport. The Ball will have a color, a type,
Lab Description : Write a Ball class that will simulate a Ball used for playing a sport.
The Ball will have a color, a type, air pressure, and air pressure capacity.
A Ball is flat is it contains less than half of the capacity of air.
Air can be added up to the capacity.
Sample Runner Code :
Ball b new Ball "RED", "BASKETBALL";
System.out.println "AIR Pressure bgetPressure;
System.out.println "AIR Capacity bgetCapacity;
System.out.println "BALL Color bgetColor;
System.out.println "BALL Type bgetType;
System.out.printlnIs Ball full of AIR bisFull;
System.out.println "How much air is needed bneedsAir;
System.out.printlnIs Ball FLAT bisFlat;
System.out.println "Adding to pressure baddAir;
System.out.println "Adding to pressure baddAir;
System.out.printlnIs Ball full of AIR bisFull;
System.out.printlnIs Ball FLAT bisFlat;
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