Ciencia Da Computação
Monografias: Ciencia Da Computação. Pesquise 861.000+ trabalhos acadêmicosPor: danielcr11 • 16/9/2013 • 546 Palavras (3 Páginas) • 230 Visualizações
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main()
{
int opcao,opcao2,opcao3;
char sair;
struct aviao cad_aviao;
struct aeroporto cad_aero;
while(1>0)
{
printf(" [1]...PARA AVIAO ");
printf(" [2]...PARA AEROPORTO");
scanf("%i",&opcao);
switch(opcao)
{
case 1:
printf(" [1]...PARA CADASTRAR UM AVIAO");
printf(" [2]...PARA LISTAR OS AVIOES");
printf(" [3]...PARA EXCLUIR AVIAO");
scanf("%i",&opcao2);
switch(opcao2)
{
case 1:
cad_aviao();
break;
case 2:
printf("\n%",)
case 3:
edita_aviao()
}
break;
case 2:
cad_aero(&cadastro);
break;
}
printf("\ndeseja sair: ");
scanf("%s",&sair);
if(sair=='s')
{
break;
}
if(sair!='n')
{
printf("\nvoce digitou a letra errada!!!");
}
}
switch(opcao)
{
case 1:
cadastra_aviao(&cadastro);
break;
case 2:
...