Page 1 of 1

Using JAVA... Develop and implement a car sales program(insert cars with names,colors, models, and manufacturing year an

Posted: Mon May 02, 2022 12:38 pm
by answerhappygod
Using JAVA...
Develop and implement a car sales program(insert cars with
names,colors, models, and manufacturing year and price)
As an emplyee you can sell a car and print a report of the
remaining cars, also you can print a report of cars being sold
you should use Object-Oriented concepts as follows:
• Input statements and File Input and Output.
• Selection statements (nested)
• Arrays 1 (2d array ) or 2 (1-d array ) with loops
(nested)
• Classes (it should include all the rules of creating
a class, inheritance, and polymorphism)
• Use exception handling).