public class Auto {
    String modell;
    String farbe;
    int alter;
}
