Topic : Computer programming ( JAVA CODE )
The program must:
Your program compiles, runs and has at least the following: • class definition • instance variables • constructors • comments (though may not be very useful), • indentation (though may be inconsistently applied) Description: Write a new class of objects to represent car entries. A database entry consists of (for example) the Manufacturer, Model, Registration Number, Price and Colour. Your class definition should include an appropriate constructor method. A single entry can be entered by the user typing the details in and the entry can be printed out.
It also should be Java language