返回列表 發帖

購物系統 (二)

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int price[]={450,550,325,200,660,150,380};
  7.     int p,q,sum=0;
  8.     cout<<"☆★☆智能玩具店☆★☆"<<endl<<endl;
  9.     cout<<"[商品價目表]"<<endl;
  10.     cout<<"(1)遙控汽車\t450元"<<endl;
  11.     cout<<"(2)飛機模型\t550元"<<endl;
  12.     cout<<"(3)足球\t\t325元"<<endl;
  13.     cout<<"(4)拼圖\t\t200元"<<endl;
  14.     cout<<"(5)玩具槍\t660元"<<endl;
  15.     cout<<"(6)可愛玩偶\t150元"<<endl;
  16.     cout<<"(7)籃球\t\t380元"<<endl<<endl;
  17.     cout<<"[使用說明]"<<endl;
  18.     cout<<"依序輸入想購買的商品與數量,如籃球兩顆請輸入'7 2'"<<endl;
  19.     cout<<"選購完畢時輸入'8 8'進入結帳頁"<<endl<<endl;
  20.     start:
  21.     cout<<"在此輸入: ";
  22.     cin>>p>>q;
  23.     if(p>=1 && p<=7 && q>0)
  24.     {
  25.         sum=sum+price[p-1]*q;
  26.         goto start;
  27.     }else if(p==8 && q==8)
  28.     {
  29.         goto checkout;
  30.     }else
  31.     {
  32.         cout<<"輸入錯誤!"<<endl;
  33.         goto start;            
  34.     }
  35.     checkout:
  36.     cout<<endl<<"總共"<<sum<<"元!"<<endl;
  37.    
  38.     system("pause");
  39.     return 0;
  40. }
複製代碼

本帖最後由 劉泳鱔 於 2013-6-30 21:36 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int p, q, price;
  7.     cout<<"╴▁▂▃▅神麼都有店▅▃▂▁╴"<<endl;
  8.     cout<<"$$商品價目表$$"<<endl;
  9.     cout<<"(1)以諾牙刷 450元/t"<<endl;
  10.     cout<<"(2)以諾手指 550元/t"<<endl;
  11.     cout<<"(3)人頭○ 325元/t/t"<<endl;
  12.     cout<<"(4)四肢↖↗↘↙ 200元/t/t"<<endl;
  13.     cout<<"(5)以諾方程式(x+a)^n=?_(k=0)^n??(n?k) x^k a^(n-k) ? 3000元/t"<<endl;
  14.     cout<<"(6)奴隸(一個月) 150元/t"<<endl;
  15.     cout<<"(7)林以諾 0元/t/t"<<endl;
  16.     cout<<"[使用規則]"<<endl;
  17.     cout<<"依序輸入想購買的商品與數量,如林以諾兩隻請輸入'7 2'<<endl;"<<endl;
  18.     cout<<"選購完畢時輸入'8 8'進入結帳頁"<<endl;
  19.     start:
  20.     cout<<"在此輸入: ";
  21.     cin>>p>>q
  22.     if(p>=1 && p<=7 && q>0)
  23.     {
  24.         sum=sum+price[p-1]*q
  25.         goto start;
  26.     }else if(p==8 && q==8)
  27.     {
  28.           goto checkout;
  29.     }else
  30.     {
  31.      cout<<"輸入錯誤"<<endl;
  32.      goto start;
  33.     }
  34.     system("pause");
  35.     return 0;     
  36. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int price[]={450,550,325,200,660,150,380};
  7.     int p,q,sum=0;
  8.     cout<<"智能玩具店"<<endl<<endl;
  9.     cout<<"[商品價目表]"<<endl;
  10.     cout<<"(1)遙控汽車\t450元"<<endl;
  11.     cout<<"(2)飛機模型\t550元"<<endl;
  12.     cout<<"(3)足球\t\t325元"<<endl;
  13.     cout<<"(4)拼圖\t\t200元"<<endl;
  14.     cout<<"(5)玩具槍\t660元"<<endl;
  15.     cout<<"(6)可愛玩偶\t150元"<<endl;
  16.     cout<<"(7)籃球\t\t380元"<<endl<<endl;
  17.     cout<<"[使用說明]"<<endl;
  18.     cout<<"依序輸入想購買的商品與數量,如籃球兩顆請輸入'7 2'"<<endl;
  19.     cout<<"選購完畢時輸入'8 8'進入結帳頁"<<endl<<endl;
  20.     start:
  21.     cout<<"在此輸入: ";
  22.     cin>>p>>q;
  23.     if(p>=1 && p<=7 && q>0)
  24.     {
  25.         sum=sum+price[p-1]*q;
  26.         goto start;
  27.     }else if(p==8 && q==8)
  28.     {
  29.         goto checkout;
  30.     }else
  31.     {
  32.         cout<<"輸入錯誤!"<<endl;
  33.         goto start;            
  34.     }
  35.     checkout:
  36.     cout<<endl<<"總共"<<sum<<"元!"<<endl;
  37.    
  38.     system("pause");
  39.     return 0;
  40. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int price[]={10000,5000,50000,4444,10,1744,55,10000};
  7.     int h, q, sum=0;
  8.     cout<<"以諾豪華九星級飯店"<<endl;
  9.     cout<<"[飯店房間價目表]"<<endl;
  10.     cout<<"(1)四人套房\t10000元"<<endl;
  11.     cout<<"(2)兩人套房\t5000元"<<endl;
  12.     cout<<"(3)七人小木屋\t50000元"<<endl;
  13.     cout<<"(4)孤單一人房\t4444元"<<endl;
  14.     cout<<"(5)百人總統房\t10元"<<endl;
  15.     cout<<"(6)安靈病房\t1744元"<<endl;
  16.     cout<<"(7)太平間地下房\t55元"<<endl;
  17.     cout<<"(8)跟泳鱔一夜情套房\t1元"<<endl;
  18.     cout<<"[付費說明]"<<endl;
  19.     cout<<"把要住的房間代號輸入後,再輸入要買幾間,如要買百人總統套房三間:5 3"<<endl;
  20.     cout<<"購買完請輸入9 9前往結帳"<<endl;
  21.     start:
  22.     cin>> h >> q;
  23.     if(h>=1 && h<=8 && q>0)
  24.     {
  25.             sum=sum+price[h-1]*9;
  26.             goto start;
  27.             }
  28.     else if(h==9 && q==9)
  29.     {
  30.             goto checkout;
  31.          }        
  32.     else
  33.     {
  34.             cout<<"輸入錯誤!!"<<endl;
  35.             goto start;
  36.         }     
  37.     checkout:
  38.     cout<<endl<<"總共"<<sum<<"元!"<<endl;            
  39.     system("pause");
  40.     return 0;
  41.     }
複製代碼

TOP

  1. int main()
  2. {
  3.   int price[]={450,550,325,200,660,150,380};  
  4.   int p,q,sum=0;   
  5.   cout<<"***智能玩具店***"<<endl<<endl;
  6.   cout<<"**商品價目表**"<<endl;
  7.   cout<<"(1)遙控汽車\t450元"<<endl;
  8.   cout<<"(2)飛機模型\t550元"<<endl;
  9.   cout<<"(3)足球\t\t325元"<<endl;
  10.   cout<<"(4)拼圖\t\t200元"<<endl;
  11.   cout<<"(5)玩具槍\t660元"<<endl;
  12.   cout<<"(6)可愛玩偶\t150元"<<endl;
  13.   cout<<"(7)籃球\t\t380元"<<endl;
  14.   cout<<"#如要結帳請輸入代碼(8)和數量:8#"<<endl;
  15.   start:
  16.   cout<<"請輸入你要選購的商品代碼: ";
  17.   cin>> p;
  18.   cout<<"數量: ";
  19.   cin>> q;
  20.   if(p>=1 && q<=7 && q>0)
  21.   {
  22.   sum=sum+price[p-1]*q;
  23.   goto start;
  24.   }
  25.   else if(p==8 && q==8)
  26.   {
  27.   goto checkout;            
  28.   }
  29.   else
  30.   {
  31.   cout<<"輸入錯誤"<<endl;   
  32.   }
  33.   checkout:
  34.   cout<<endl<<"總共"<<sum<<"元!"<<endl;
  35.   system("pause");
  36.   return 0;
  37. }
複製代碼

TOP

本帖最後由 黃崇維 於 2013-6-29 16:24 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      int price[]={10000,12000,12300,12340,12345,123456,1234567};
  7.      int p, q, money, pay, sum=0;
  8.      cout<<"崇維智能電腦房屋店"<<endl<<endl;
  9.      cout<<"[電腦價目表]"<<endl;
  10.      cout<<"(1)一星級電腦\t10000元"<<endl;
  11.      cout<<"(2)二星級電腦\t12000元"<<endl;
  12.      cout<<"(3)三星級電腦\t12300元"<<endl;
  13.      cout<<"(4)四星級電腦\t12340元"<<endl;
  14.      cout<<"(5)五星級電腦\t12345元"<<endl;
  15.      cout<<"(6)六星級電腦\t123456元"<<endl;
  16.      cout<<"(7)七星級電腦\t1234567元"<<endl;
  17.      cout<<"[使用說明]"<<endl;
  18.      cout<<"依序輸入想購買的商品與數量,如電腦兩台請輸入'7 2'"<<endl;
  19.      cout<<"選購完畢時輸入'8 8'進入結帳頁"<<endl<<endl;
  20.      start:
  21.      cout<<"在此輸入: ";
  22.      cin>>p>>q;
  23.      if(p>=1 && p<=7 && q>0)
  24.      {
  25.             sum=sum+price[p-1]*q;
  26.             goto start;
  27.      }else if(p==8 && q==8)
  28.      {
  29.             goto checkout;
  30.      }else
  31.      {  
  32.             cout<<"輸入錯誤!!"<<endl;
  33.             goto start;
  34.      }     
  35.     checkout:
  36.     cout<<endl<<"總共"<<sum<<"元!"<<endl;
  37.    
  38.     system("pause");
  39.     return 0;   
  40. }            
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int price[]={1240,136,2584,251,987,654};
  7.     int a,b,sum=0;
  8.     cout<<"***歡樂屋***"<<endl;
  9.     cout<<"商品價目表"<<endl;
  10.     cout<<"(1)一日喪命散\t\t1240元"<<endl;
  11.     cout<<"(2)含笑半步癲\t\t136元"<<endl;
  12.     cout<<"(3)地獄一日遊\t\t2584元"<<endl;
  13.     cout<<"(4)地獄拔舌體驗卷\t251元"<<endl;
  14.     cout<<"(5)爬劍山體驗卷\t\t987元"<<endl;
  15.     cout<<"(6)棺材訂做\t\t654元"<<endl;
  16.     cout<<"死亡一概不負責,消費滿5000送棺材乙個!!(限量  鍍金市價10000元)"<<endl;
  17.     cout<<"依序輸入想購買的商品與數量,如一日喪命散兩份請輸入'1 2'"<<endl;
  18.     cout<<"選購完畢時輸入'8 8'進入結帳頁"<<endl<<endl;
  19.     start:
  20.     cout<<"請輸入:"<<endl;
  21.     cin>>a>>b;
  22.     if(a>=1 && a<=7 && b>0)
  23.     {
  24.          sum=sum+price[a-1]*b;
  25.          goto start;        
  26.     }else if(a==8 && b==8)
  27.     {
  28.          goto end;   
  29.     }
  30.     else  
  31.     {
  32.          cout<<"輸入錯誤"<<endl;      
  33.     }
  34.     end:
  35.     cout<<endl<<"總共"<<sum<<"元!"<<endl;
  36.     if(sum>=5000)
  37.     {
  38.          cout<<"由於消費滿5000,贈送鍍金棺材乙個!!"<<endl;
  39.     }            
  40.     system("pause");   
  41.     return 0;   
  42. }
複製代碼

TOP

返回列表