Jump to content
Fórum Script Brasil
  • 0

Calculo compra carro O Km


wdiaslemos

Question

Boa Noite pessoal, estou desenvolvendo um programa que calcule a compra de 1 carro 0km, mas o que ocorre é que quando eu chego em uma etapa, não consigo continuar, estou marcando em vermelho de onde não consigo que o sistema continue a execução, se o usuário digitar 1, ele deve continuar a execução do código abaixo e se for 2 ele deve parar e sair.

#include<cstdlib>
#include<iostream>
using namespace std;
int main(void){
int a,i,sair,cont;
float valor,vl1,vl2,vl3,total;
char carro;
cout<<"\nMonte seu carro\n";
cout<<"\nDigite o valor do veiculo:\n";
cin >>valor;
cout<<"\n(--------- Opcionais------------)\n";
cout<<"\n(1-Trio Eletrico)\n";
cout<<"\n(2-Ar Condicionado)\n";
cout<<"\n(3-Direcao Hidraulica)\n";
cout<<"\n(4-Completo)\n";
cout<<"\n(0- Sem Opcoes)\n";
cout<<"\n(Digite o Codigo do Opcional desejado:)\n";
cin >>a;
if (a==1) { vl1 =(valor*2)/100 ;total=(valor+vl1) ;}
if (a==2) { vl2 =(valor*2)/100 ;total=(valor+vl1+vl2);}
if (a==3) { vl2 =(valor*2)/100 ;total=(valor+vl1+vl2+vl3);}
if (a==4) { total=valor+vl1+vl2+vl3;}
if (a==0) { total=valor;}
cout <<"\nDESEJA MAIS OPCIONAIS? [1-S] ou [2-N]?";
cin >>i;
if(i==1)
cout<<"\n(Digite o Codigo do Opcional desejado:)\n";
cin >>a;
if (a==1) { vl1 =(valor*2)/100 ;total=(valor+vl1) ;}
if (a==2) { vl2 =(valor*2)/100 ;total=(valor+vl1+vl2);}
if (a==3) { vl2 =(valor*2)/100; total=(valor+vl1+vl2+vl3);}
if (a==4) { total=valor+((valor*6)/100);}
if (a==0) { total=valor;}
cout <<"\nDESEJA MAIS OPCIONAIS? [1-S] ou [2-N]?";
cin >>i;
if (i==1)
cout<<"\n(Digite o Codigo do Opcional desejado:)\n";
cin >>a;
if (a==1) { vl1 =(valor*2)/100 ;total=(valor+vl1) ;}
if (a==2) { vl2 =(valor*2)/100 ;total=(valor+vl1+vl2);}
if (a==3) { vl2 =(valor*2)/100; total=(valor+vl1+vl2+vl3);}
if (a==4) { total=valor+((valor*6)/100);}
if (a==0) { total=valor;}
if(i==2)
cout<<"\nTotal Veiculo:R$:"<<total+vl1+vl2;
system("pause");
return EXIT_SUCCESS;
system("pause");
system("exit");
}
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...