Console.WriteLine("How much money have you got in your piggy bank!-Don't add a £-")
money = console.ReadLine()
console.WriteLine("Im sorry but you're poor")
console.WriteLine("you have £" + money + "")
elseif money >15 and money <30 then
console.WriteLine("Still sorry but if someones robbbing your house for money, you should look with them")
console.WriteLine("you have £" + money + "")
elseif money >30 and money <55 then
console.WriteLine("I should still be saying sorry but as long as you have more in your bank you should be careful")
console.WriteLine("you have £" + money + "")
elseif money >55 and money <90 then
console.WriteLine("Well done, still keep saving")
console.WriteLine("you have £" + money + "")
elseif money >90 and money <130 then
console.WriteLine("Sheesh, dont spend too much though")
elseif money >130 and money <200 then
console.WriteLine(" Ok don't need to flex it")
elseif money >200 and money <480 then
console.WriteLine("Ok you're embarising me now")
else if money >480 and money <999 then
console.WriteLine("STOP SHOWING OFF")
elseif money >999 and money <99999999999 then
console.WriteLine("LIAR, ENTER YOUR REAL BALLANCE")
console.WriteLine("How many friends do you have?")
friends=console.ReadLine()
console.WriteLine("Oh ummmm, I can't sugar coat it you're lonley")
console.WriteLine("OK maybe you have a best friend (Then it's alright) but if not then it's a bit sad :(")
elseif friends >5 and friends <7 then
console.WriteLine("Ok thats acceptable, keep them close and build those relationships!")
elseif friends >7 and friends <10
console.writeline("Well done! doing well")
elseif friends >10 and friends <13
console.WriteLine("Very good, build closer relationships to some of them")
elseif friends >13 and friends <20
console.WriteLine("Ok you're showing off now")