public static void Main()
for (int i = 1 ; i <= 10 ; i++)
Console.WriteLine("how much money did you give:");
int y = int.Parse(Console.ReadLine());
Console.WriteLine("great! and the money we got is:"+z);
Console.WriteLine("we didnt achieve the goal and the money we got is:"+z);