sayber44- Posted December 9, 2010 Report Share Posted December 9, 2010 hola compitas tengo un programa ke lo e estado haciendo para un trabajo que debo presentar, lo tengo casi listo el casi espor que me marka un error y no se cual es este programa es para sacar boletos de avion en tre la primera y la kinta region por favor necesito de su gran ayuda porfavor este es el programa. #include <stdio.h> #include<conio.h> #define ejecutiva E #define turista T { long precio=0,cod=0; char nompas [20], clase[1]; printf ("\n,Ingrese nombre pasajero="); scanf ("%c",& nompas); printf ("Ingrese Clase E:ejecutiva, T:turista="); scanf ("%c",& clase); while (clase<>E && Clase<>T) { else printf("\nERROR, se digitó mal la opcion"); } switch(regiones) { case 1 : printf("\nprimera region=100000"); break; case 2 : printf("\nSegunda Región=80000"); break; case 3 :printf("\nTercera Región=60000"); break; case 4 :printf("\nCuarta Región=40000"); break; case 5 :printf("\nQuinta Región=30000"); break: default : printf("\n error: region incorrecta."); } if (Clase= "E") { Precio=Precio + 20.000 } Printf ("Nombre=", nompas); Printf ("Región Destino=",cod); Printf ("Valor Pasaje=", Precio); return 0; } no se donde tengo el error gracias por su ayuda Link to comment Share on other sites More sharing options...
pigmentado Posted January 4, 2011 Report Share Posted January 4, 2011 if (Clase= "E") { Precio=Precio + 20.000 } ahi te marqué en negrita donde esta el error, te falta el punto y coma. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now