Recent content by rania949

  1. R

    Error: could not find or load main class Vehicle

    Hi thank you for answering! Where should i seperate them??
  2. R

    Error: could not find or load main class Vehicle

    Hello, i am new at Java and i am trying to create a class called Vehicle but everytime i try to call it the error "could not find or load main class Vehicle" is shown. even though i try to find mistakes in my code i can not. The code is: public class Vehicle { String make; String color...