Console.WriteLine("Willkommen zum Dezimalzahl in Binärzahl Rechner. ");
Console.WriteLine("Wählen sie eine Dezimalzahl. (0-255)");
int iDez = Convert.ToInt32(Console.ReadLine());
public static void Nummer(int Dez)
Abbruch(n1, n2, n3, n4, n5, n6, n7, n8);
public static void Abbruch(int n1, int n2, int n3, int n4, int n5, int n6, int n7, int n8)
Console.WriteLine("{0}{1}{2}{3}{4}{5}{6}{7}",n8,n7,n6,n5,n4,n3,n2,n1 );