Question: Create a java program/Class names DriveMyCar that displays the order of tasks to operate an automobile. Create several Java void methods. Methods should be names
1. Create a method that displays "Strap seat belt, check mirrors". 2. Create a method that displays "Drive to destination....". 3. Create a method that displays "Unlock your car". 4. Create a method that displays "Start car's engine". 5. Create a method that displays "Find your car". 6. Create a method that displays "Give address to GPS". 7. Call each of these methods from main() in the order that you believe these tasks should be done. While this order can vary, it still needs to be in a practical order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
