Question: Task# 3 Create a class called Car that includes three instance variables: A model ( type String ) A year ( type String ) A
Task#
Create a class called Car that includes three instance variables:
A model type String
A year type String
A price double
Provide a constructor that initializes the three instance variables.
Provide a set and a get method for each instance variable. If the price is not positive, do not set its value.
Write a test application named CarApplication that demonstrates class Car's capabilities. Create two Car objects and display each object's price. Then apply a discount on the price of the first car and a discount on the price of the second. Display each Car's price again.
USING JAVA
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
