[Solved]9 02 Pm Ill T Project 4 Option 2pdf Csci 111 Computer Science L Project 4 Classes Due Date Q37184750

9:02 PM .ill AT&T × Project 4-Option 2.pdf CSCi 111 Computer Science l Project 4 (Classes) Due Date (4/24/2019 11:59pm) A First Look At Classes You may use Edlipse/Notepad++and dos prompt for this project Your project will consist of: 1. Car java 1. Car.java is a class that represents a Car. The class uses a public access modifier so that any application can use this class. A test program can use the class without knowing how the class is implemented. The Car class shows the following attributes: The car’s make -The car’s model The car’s year Clients of the Car class will be able to access or change the values of the instance variables directly. The clients of the class will need to use methods of the class to access or change any of the instance variables. The setter and getter methods for each field must be defined. 2. CarTest java is used to test the Car class. See sample output below to test your class files Check your results. Note: You may use Eclipse to complete this lab OR if you still want to use Notepad++ follow the steps L. Compile both Car java and CarTest java. 2. Run CarTest.java to output your results. 3. Check your code by using the sample output given below a Open With Print AT&T 9:42 PM X Project 4-Option 2.pdf Enter the make of the car: Ford [Enter] Enter the model number: T5000 [Enter Enter the year 2018 [Enter Here is the data that you provided: Make: Model number: T5000 Year: Ford 2018 When complete, submit all your files on BlackBoard on or before the due date/time. a Open With Print Show transcribed image text 9:02 PM .ill AT&T × Project 4-Option 2.pdf CSCi 111 Computer Science l Project 4 (Classes) Due Date (4/24/2019 11:59pm) A First Look At Classes You may use Edlipse/Notepad++and dos prompt for this project Your project will consist of: 1. Car java 1. Car.java is a class that represents a Car. The class uses a public access modifier so that any application can use this class. A test program can use the class without knowing how the class is implemented. The Car class shows the following attributes: The car’s make -The car’s model The car’s year Clients of the Car class will be able to access or change the values of the instance variables directly. The clients of the class will need to use methods of the class to access or change any of the instance variables. The setter and getter methods for each field must be defined. 2. CarTest java is used to test the Car class. See sample output below to test your class files Check your results. Note: You may use Eclipse to complete this lab OR if you still want to use Notepad++ follow the steps L. Compile both Car java and CarTest java. 2. Run CarTest.java to output your results. 3. Check your code by using the sample output given below a Open With Print
AT&T 9:42 PM X Project 4-Option 2.pdf Enter the make of the car: Ford [Enter] Enter the model number: T5000 [Enter Enter the year 2018 [Enter Here is the data that you provided: Make: Model number: T5000 Year: Ford 2018 When complete, submit all your files on BlackBoard on or before the due date/time. a Open With Print
Expert Answer
Answer to 9:02 PM .ill AT&T × Project 4-Option 2.pdf CSCi 111 Computer Science l Project 4 (Classes) Due Date (4/24/2019 11:59pm)… . . .
OR

