標題:
一杯珍珠奶茶 ? 元
[打印本頁]
作者:
謝典育
時間:
2013-9-20 11:33
標題:
一杯珍珠奶茶 ? 元
本帖最後由 謝典育 於 2013-9-20 12:00 編輯
[attach]757[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for( int i = 1; i <= 5; i++)
{
cout<< i << "杯珍珠奶茶" << i*60 << "元" << endl;
}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2