public static void Main()
Console.WriteLine("Please enter the Number of your trash: 1 - Plastic, 2 - Paper, 3 - Styrofoam, 4 - Metal, 5 - Leftover food and 6 - Animal Waste. ");
Number = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("It is recyclable. Please put it in the recycleble bin");
Console.WriteLine("It is recyclable. Please put it in the recycleble bin");
Console.WriteLine("It is non-recyclable. Please put it in the non-recycleble bin");
Console.WriteLine("It is non-recyclable. Please put it in the non-recycleble bin");
Console.WriteLine("It is biodegredable. Please put it in the biodegradable bin");
Console.WriteLine("It is biodegredable. Please put it in the biodegradable bin");
Console.WriteLine("Sorry the trash is undefined.");