// Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compiler using System; public class HelloWorld { public static void Main(string[] args) { int anz = 3; Fahrzeug[] feld = new Fahrzeug[anz]; BesucherSommerpreis s = new BesucherSommerpreis(); BesucherWinterpreis w = new BesucherWinterpreis(); feld[0] = new PKW("BMW ", "1", 2); feld[1] = new LKW("GO ", "2", 3, 9000); feld[2] = new PKW("MB ", "3", 4); Console.WriteLine("Sommerpreistabelle"); for (int i = 0; i