- #include<iostream>
- #include<cstdlib>
- using namespace std;
- int main()
- {
- re:
- system("cls");
- string name[8]={"球","球","球","球","球","球","球","結帳"};
- int price[7]={0,0,0,0,0,0,0};
- cout<<" ☆★★洪翊庭大帥哥店☆☆★ "<<endl<<endl;
- for(int i=0; i<8; i++)
- {
- cout<<"("<<i+1<<")"<<name[i]<<"\t"<<price[i]<<"元"<<endl;
- }
- cout<<"(8)結帳"<<endl<<endl;
- re2:
- cout<<"請輸入商品代碼"<<endl;
- cin>>p;
- if(p==8)
- {
- goto checkout;
- }else if(p>=%%p<=7)
- {
- cout<<"數量"<<endl;
- system("pause");
- goto re;
- return 0;
- }
複製代碼 |