public static void Main()
String[] name={"徐熙娣","林志玲","郭采潔","蕭敬騰","柯震東","蕭雅農"};
int[] count={50,53,48,38,47,59};
float[]height={156.5F,175.4F,158.6F,171.0F,183.5F,157.0F};
int[] age={30,37,28,34,30,18};
Console.Write("編號"+i+":");
Console.Write("身高"+height[i]+"公分:");
Console.Write("年齡"+age[i]+"歲:");
Console.WriteLine(name[i]+count[i]+"票");
Console.Write("請投票(退出按9)");
choice=Convert.ToInt16(Console.ReadLine());
Console.WriteLine("你選擇"+choice);
if((count[0]>60)||(count[1]>60)||(count[2]>60)||(count[3]>60)||(count[4]>60)||(count[5]>60))
Console.WriteLine("有人超過60票,計票結束");