#include
#include
using namespace std;
int main()
{
system("color 1a");
int C1, C2, C3, C4, C5, CONTA;
int CUSTO1,CUSTO2, CUSTO3, CUSTO4, CUSTO5;
int HAM, CHE, FRITAS, REFRI, MILK;
cout<<"\nDigite a quantidade de hamburgeres consumidos\n";
cin>>HAM;
cout<<"\ncusto unitario\n";
cin>>C1;
cout<<"\n\n";
cout<<"\nDigite a quantidade de Cheeseburgers consumidos\n";
cin>>CHE;
cout<<"\ncusto unitario\n";
cin>>C2;
cout<<"\n\n";
cout<<"\nDigite a quantidade de fritas\n";
cin>>FRITAS;
cout<<"\n custo unitario\n";
cin>>C3;
cout<<"\n\n";
cout<<"\nDigite a quantidade de refrigerantes\n";
cin>>REFRI;
cout<<"\n custo unitario\n";
cin>>C4;
cout<<"\n\n";
cout<<"\nDigite a quantidade de milkshakes\n";
cin>>MILK;
cout<<"\ncusto unitario\n";
cin>>C5;
cout<<"MILKSHAKE"<
CUSTO1=HAM*C1;
CUSTO2=CHE*C2;
CUSTO3=FRITAS*C3;
CUSTO4=REFRI*C4;
CUSTO5=MILK*C5;
CONTA=CUSTO1+CUSTO2+CUSTO3+CUSTO4+CUSTO5;
cout<<"==============================================================\n\n";
cout<<"\nHambuger="<
cout<<"\nCheeseburger="<
cout<<"\nBatatas fritas="<
cout<<"\nRefrigerantes="<
cout<<"\nMilkshake="<
cout<<"\n\n";
cout<<"============TOTAL="<
system("pause");
cout<<"\n\n";
system("cls");
system("pause");
system("color 1a");
int op;
float num1, num2, num3,soma, prod;
do
{
system("cls");
cout<<"======================";
cout<< "\n\n\tEscolha a forma de Pagamento ";
cout<< "\n1 - Credito ";
cout<< "\n2 - Debito";
cout<< "\n3 - Dinheiro ";
cout<< "\nOPCAO: ";
cin>> op;
system("cls");
switch(op )
system("pause");
}while(op!=3);
}
#include
using namespace std;
int main()
{
system("color 1a");
int C1, C2, C3, C4, C5, CONTA;
int CUSTO1,CUSTO2, CUSTO3, CUSTO4, CUSTO5;
int HAM, CHE, FRITAS, REFRI, MILK;
cout<<"\nDigite a quantidade de hamburgeres consumidos\n";
cin>>HAM;
cout<<"\ncusto unitario\n";
cin>>C1;
cout<<"\n\n";
cout<<"\nDigite a quantidade de Cheeseburgers consumidos\n";
cin>>CHE;
cout<<"\ncusto unitario\n";
cin>>C2;
cout<<"\n\n";
cout<<"\nDigite a quantidade de fritas\n";
cin>>FRITAS;
cout<<"\n custo unitario\n";
cin>>C3;
cout<<"\n\n";
cout<<"\nDigite a quantidade de refrigerantes\n";
cin>>REFRI;
cout<<"\n custo unitario\n";
cin>>C4;
cout<<"\n\n";
cout<<"\nDigite a quantidade de milkshakes\n";
cin>>MILK;
cout<<"\ncusto unitario\n";
cin>>C5;
cout<<"MILKSHAKE"<
CUSTO1=HAM*C1;
CUSTO2=CHE*C2;
CUSTO3=FRITAS*C3;
CUSTO4=REFRI*C4;
CUSTO5=MILK*C5;
CONTA=CUSTO1+CUSTO2+CUSTO3+CUSTO4+CUSTO5;
cout<<"==============================================================\n\n";
cout<<"\nHambuger="<
cout<<"\nCheeseburger="<
cout<<"\nBatatas fritas="<
cout<<"\nRefrigerantes="<
cout<<"\nMilkshake="<
cout<<"\n\n";
cout<<"============TOTAL="<
system("pause");
cout<<"\n\n";
system("cls");
system("pause");
system("color 1a");
int op;
float num1, num2, num3,soma, prod;
do
{
system("cls");
cout<<"======================";
cout<< "\n\n\tEscolha a forma de Pagamento ";
cout<< "\n1 - Credito ";
cout<< "\n2 - Debito";
cout<< "\n3 - Dinheiro ";
cout<< "\nOPCAO: ";
cin>> op;
system("cls");
switch(op )
system("pause");
}while(op!=3);
}
Comentários
Postar um comentário