Posto em C

276 palavras 2 páginas
#include
#include

struct Bomba
{
float litros; float dinheiro; float estoque;

}; void menu_dois (struct Bomba c )
{
int tipo; float gastolitros, gastodinheiro; float elitros=1000; if(tipo!=1 || tipo!=2) { printf("---------------------------\n"); printf("FOI PEDIDO POR LITROS OU POR DINHEIRO?\n"); printf("---------------------------\n\n"); printf("Litros....1\n"); printf("Dinheiro..2\n");

scanf ("%d", &tipo); switch (tipo) { case (1): printf ("LITROS.\n"); printf ("quantos litros?: \n"); fflush(stdin); scanf("%f", &c.litros); fflush(stdin); gastodinheiro=c.litros*2.50; elitros-=c.litros; printf("O cliente gastou %.2f reais e consumiu %.2f l. o estoque sobrou: %.2f", gastodinheiro, c.litros, elitros ); break;

case (2): printf ("DINHEIRO.\n"); printf ("quantos reais?: \n"); scanf("%f", &c.dinheiro); gastolitros=c.dinheiro/2.50; elitros-=gastolitros; printf("O cliente gastou %.2f reais e consumiu %.2f litros o estoque sobrou: %.2f", c.dinheiro, gastolitros, elitros ); break;
}}}
void chamar_menu_um (struct Bomba c)
{
int bombadecombustivel;

if(bombadecombustivel != 1 || bombadecombustivel != 2 ||bombadecombustivel != 3 ||bombadecombustivel != 4) { printf("---------------------------\n"); printf("------ESCOLHA A BOMBA------\n"); printf("---------------------------\n\n"); printf("Primeira bomba PRESSIONE....1\n"); printf("Segunda bomba PRESSIONE.....2\n"); printf("Terceira bomba PRESSIONE....3\n"); printf("Quarta bomba PRESSIONE......4\n"); scanf ("%d", &bombadecombustivel);

switch (bombadecombustivel) { case (1): printf ("Voce escolheu a bomba UM.\n"); break;

case (2): printf ("Voce escolheu a bomba DOIS.\n");

Relacionados

  • Quem mexeu no meu queijo?
    635 palavras | 3 páginas
  • matematica
    1668 palavras | 7 páginas
  • Solver - POP
    503 palavras | 3 páginas
  • a ordem publica
    540 palavras | 3 páginas
  • Relatório
    1445 palavras | 6 páginas
  • 1 Lista GA E Algebra
    1048 palavras | 5 páginas
  • Exerc Cios Complementares De Lgebra Linear
    1430 palavras | 6 páginas
  • Aula7 8
    963 palavras | 4 páginas
  • Quem mexeu no meu queijo resumo
    1531 palavras | 7 páginas
  • estudante
    4461 palavras | 18 páginas