using System;
public class Program
{
public static void Main()
sring[] Zahlen = new string[20];
char[] Rechenzeichen = new char[19];
double[] Teile = new double[20];
string Eingabe;
double Ergebnis = 0.0;
}