Welcome to Westonci.ca, where finding answers to your questions is made simple by our community of experts. Get immediate answers to your questions from a wide network of experienced professionals on our Q&A platform. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

Java: car Engine. complete the challenge by implementing the following class:
1. Class Car which has the following methods
* public void printToSpeed() method which prints " top speed of the vehicle is 100 kmph" with a new line
* public void printTopSpeed(int topSpeed) method which prints " top speed of the vehicle is + toppled
with a new line