Page 1 of 1

Using JAVA Console... <<<<< without JPanel or JOptionPane or GUI buttons >>>>>> Develop and implement a car sales progra

Posted: Sun May 15, 2022 8:37 am
by answerhappygod
Using JAVA Console...
<<<<< without JPanel or JOptionPane or GUI
buttons >>>>>>
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).