使用foreach循環我有這樣與列表<>
public List<Application> all_roads = new List<Application>();
陣列和對象與字段:
public string point_of_distination;
public uint length_of_route;
public double price;
public string our_drv_name;
public string our_drv_surname;
public string our_bus_model;
public double gen_ticket_price;
public short cur_year;
public byte cur_day;
public byte cur_month;
public double tour_consumption;
我想從所有對象計數的tour_consumption
一般總和。 我該怎麼寫foreach
這個循環? 請幫幫我。
'的foreach(應用程序A在all_roads)' – Uriel
謝謝你,Uriel Eli。你是對的! – Snorri
有關如何向家庭作業尋求幫助,請參閱[本文](http://meta.programmers.stackexchange.com/questions/6166/open-letter-to-students-with-homework-problems)以供將來參考。 。 – EJoshuaS