Pular para o conteúdo principal

Postagens

Mostrando postagens com o rótulo custo

EXCEL, PLANILHA DE CUSTOS E FORMAÇÃO DE PREÇOS, LICITAÇÃO.

EXCEL, PLANILHA DE CUSTOS E FORMAÇÃO DE PREÇOS, LICITAÇÃO. LINK PARA DOWNLOAD

C++, cheeseburger, hamburger, soma, custo, conta

#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&l