Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

im trying to compile my java code, every time that i type in Vehspeed.

im trying to compile my java code, every

time that i type in Vehspeed.java to compile the file brings up the notepad where the code is written as if there is still an error in my code please help

Screenshot (174).png
VehSpeed – Notepad
X
File Edit Format View Help
// FileName: VehSpeed. java
//class name
public class Vehspeed . java {
// private variables
private int speed;
private int yearModel;
private String make;
public int getYearModel() {
return yearModel;
public String getMake() {
return make;
public int getSpeed ( ) {
return speed;
public void accelerate(){
speed+=5;
public void brake( ) {
speed-=5;
//constructor
public VehSpeed (int yearModelGiven, String MakeGiven) {
yearModel = yearModelGiven;
make = MakeGiven;
speed = 0;
Ln 1, Col 1
O Type here to search
W
4
9
?
9:28 AM
7/15/2019
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"