public static void Main()
Console.WriteLine("Hello World");
public static void Main()
Console.WriteLine("Enter the Product ID");
Product_Id=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Colors: Maroon and Red, Price 15.99");
Console.WriteLine("Color: blue, Price 95.1");
Console.WriteLine("Color: Green , Price 35.9");
Console.WriteLine("Colors: red and orange, Price 10.99");
Console.WriteLine("Colors: Red, Price 29.99");
Console.WriteLine("The number you have inputted is not in the options");
Colors: Red and Green, Price 15.99