Skip to content

Instantly share code, notes, and snippets.

View usmanwalana's full-sized avatar

Muhammad Usman usmanwalana

View GitHub Profile
@usmanwalana
usmanwalana / AutomaticCar.java
Created March 28, 2018 06:10
Car Game in Java
public class AutomaticCar
{
private String model;
private int year;
private int speed = 0;
private int gear;
public int a = 0;
public int b = 0;
public int distanceSoFar = 0;