using System;
public class Program
{
public static void Main()
int stock, day;
Console.WriteLine("Enter the stock value for today");
stock = int.Parse(Console.ReadLine());
while (stock != 1000)
}
if (stock >= 1000)
Console.WriteLine("'FIN'");