using System;
public class Program
{
public static void Main()
int[] bookPrices = [199, 99, 349, 49];
int amount = 200;
//How many books we can purchase?
Console.WriteLine("Hello World");
}