public static void Main()
Console.WriteLine("WELCOME TO THE FRUIT MART\n \nWhat can i help you?");
Console.WriteLine("[1] Buy\n[2] View Chart\n[3] Edit Chart\n[4] Checkout\nChoose : ");
int x = Convert.ToInt32(Console.ReadLine());
id = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("invalid item ");
Console.Write("ENTER ITEM ID: ");
id = Convert.ToInt32(Console.ReadLine());
Console.Write("Enter Quantity: ");
save[q] = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("\n Bought" + save[0] + "pcs of " + m "\nBuy More Item?(y/n)");
Console.WriteLine("|-----------------------|");
Console.WriteLine("| ITEM LIST |");
Console.WriteLine("|-----------------------|");
Console.WriteLine("| ID | ITEM | PRICE |");
Console.WriteLine("|-----------------------|");
Console.WriteLine("| ID | ITEM | PRICE |");
Console.WriteLine("|-----------------------|");
Console.WriteLine("| 1 | Mangga | 4$ |");
Console.WriteLine("| 2 | Apel | 2$ |");
Console.WriteLine("| 3 | Jeruk | 3$ |");
Console.WriteLine("| 4 | Durian | 10$ |");
Console.WriteLine("| 5 | Manggis | 4$ |");
Console.WriteLine("| 6 | Melon | 6$ |");
Console.WriteLine("|-----------------------|");
Console.Write("ENTER ITEM ID: ");
Console.WriteLine("|---------------------|");
static void pilihanmenu()