Skip to content

Instantly share code, notes, and snippets.

@SteelEloy
Created July 17, 2015 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SteelEloy/2eb750a1b5d45ae30e93 to your computer and use it in GitHub Desktop.
Save SteelEloy/2eb750a1b5d45ae30e93 to your computer and use it in GitHub Desktop.
class Auto {
String brand;
String type;
String bodyType;
int numberOfAxes;
int numberOfWheels;
int numberOfDoors;
int engineCapacity;
String color;
}
@Glebuar
Copy link

Glebuar commented Jul 27, 2015

Верно!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment