標題:
賽馬程式 (一)
[打印本頁]
作者:
張翼安
時間:
2016-5-28 11:03
標題:
賽馬程式 (一)
本帖最後由 張翼安 於 2016-6-25 11:25 編輯
賽馬程式 (一)
馬:◆,★,▲,●
試設計出如下之執行畫面:
作者:
張健勳
時間:
2016-5-28 12:00
本帖最後由 張健勳 於 2016-6-18 11:04 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"『DarknessSoul』賽馬場"<<endl;
cout<<"---------------------------------------------------------------------| 終點"<<endl; //69+1
string horse[4]={"◆","★","▲","●"};
for ( int i=0 ; i<4 ; i++ )
cout << horse[i] << endl;
cout<<"---------------------------------------------------------------------| 終點"<<endl; //69+1
system("pause");
return 0;
}
複製代碼
作者:
蔡季樺
時間:
2016-5-29 14:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string horse[4]={"◆","★","▲","●"};
cout<<"$$$「包你賺」賽馬場 $$$"<<endl;
cout<<"---------------------------------------------------------------------|終點!"<<endl;
for(int i=0;i<=3;i++)
{
cout<<horse[i]<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
吳承勳
時間:
2016-6-18 10:58
#include<iostream>
#include<cstdlib>
using namespace std;
int main(){
string horse[4]={"◆", "★", "▲", "●"};
cout<<"好事成雙 賽馬場"<<endl;
cout<<"---------------------------------------------------------------------:終點"<<endl;
for(int i=0; i<4; i++)
{
cout<<horse[i]<<endl;
}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2