Using JAVA Console...without JPanel or JOptionPane Develop and implement a car sales program(insert cars with names,colo
Posted: Sun May 15, 2022 8:01 am
Using JAVA Console...without JPanel or JOptionPane
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).
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).