public static void Main()
Console.WriteLine("masukkan jumlah elemen:");
int total = int.Parse(Console.ReadLine());
int [] jumlah = new int [total];
for (int a=0; a<jumlah.Length; a++){
for (int a=0; a<jumlah.Length; a++){
Console.WriteLine("untuk nomor ke-{0} : {1}", (a), jumlah[a]);