public static void Main()
int moneySum=0, allCash=0;
Console.WriteLine("how much money did you get this week boy?");
allCash=int.Parse(Console.ReadLine());
moneySum=moneySum+allCash;
Console.WriteLine("you have {0} shekels" ,moneySum);
Console.WriteLine("you can purchase {0} artiks" ,ArtikNum);