標題:
[作業] 跑馬燈 (二)
[打印本頁]
作者:
陳品肇
時間:
2019-3-30 13:19
標題:
[作業] 跑馬燈 (二)
本帖最後由 陳品肇 於 2019-4-13 13:42 編輯
由 0% 載入中 慢慢轉換為 15% 載入中.. 最後 100% 完成!
執行畫面如下
[attach]6223[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int tmp;
for(int i=1;i<=500;i++) //速度跑慢5倍
{
tmp = i/5;
if(tmp>=1 && tmp<=9)
{
cout<<tmp<<"%載入中"<<endl;
}
if(tmp>=10 && tmp<=20)
{
cout<<tmp<<"%載入中"<<endl;
}
if(tmp>=21 && tmp<=40)
{
cout<<tmp<<"%載入中"<<endl;
}
if(tmp>=41 && tmp<=60)
{
cout<<tmp<<"%載入中"<<endl;
}
if(tmp>=61 && tmp<=80)
{
cout<<tmp<<"%載入中"<<endl;
}
if(tmp>=81 && tmp<=100)
{
cout<<tmp<<"%載入中"<<endl;
}
system("cls");
}
cout<<"100%完成!"<<endl<<endl;
system("pause");
return 0;
}
複製代碼
作者:
章幼莛
時間:
2019-3-30 15:16
此帖僅作者可見
作者:
田宇任
時間:
2019-3-30 21:09
此帖僅作者可見
作者:
洪寬瀧
時間:
2019-3-31 20:16
此帖僅作者可見
作者:
湯郡一
時間:
2019-4-6 11:45
此帖僅作者可見
作者:
蘇昱全
時間:
2019-4-6 11:45
此帖僅作者可見
作者:
王瑞喻
時間:
2019-4-12 17:56
此帖僅作者可見
作者:
吳孟修
時間:
2019-4-13 13:50
此帖僅作者可見
作者:
王瑞喻
時間:
2019-4-13 13:50
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2