public static void Main()
static void USER(int x,int y)
Console.WriteLine("enter Pin");
int PIN=int.Parse(Console.ReadLine());
Console.WriteLine("enter Amount");
int AMOUNT= int.Parse(Console.ReadLine());
Console.WriteLine("WRONG PIN");
Console.WriteLine("Sorry, the amount wanted it higher then your limit.");
Console.WriteLine("PIN CORRECT");
Console.WriteLine("you may recieve"+""+ AMOUNT);