Alguien me puede ayudar hacer la estructura para estás indicaciones | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

Alguien me puede ayudar hacer la estructura para estás indicaciones

Resuelva el siguiente problema utilizando arreglos de registros, junto con instrucciones de estructuras de control selectivas y repetitivas. Se desea llevar el control de los boletos de un teatro, sobre los datos son: número, fila, asiento, nombre, apellidos y zona. Se debe contar con un menú repetitivo con las opciones: Registro, Edición y Consulta de la información. El programa debe cumplir con lo siguiente: * La declaración del arreglo de registros será utilizando un alias (typedef), con un tamaño de 15. * Un menú repetitivo con las opciones indicadas, más la de salir. En cada caso se coloca el código de función, cumpliendo con las especificaciones que se describen en los siguientes puntos. * La primera opción registrará los campos definidos en el registro, solamente un boleto a la vez (no); validando que el límite (15) no se haya superado. De lo contrario, mostrar el mensaje que se ha llegado al límite de boletos. La segunda opción, el usuario escribe el número de boleto y se muestra los datos cap

7th Jun 2021, 10:16 PM
mar
2 Réponses
0
Can someone help me to do this program with the following indications please
8th Jun 2021, 4:16 AM
mar
0
Solve the following problem using record arrays, along with repetitive and selective control structure statements. You want to keep track of theater tickets, on the data are: number, row, seat, name, surname and area. It must have a repetitive menu with the options: Registration, Edition and Consultation of the information. The program must comply with the following: * The declaration of the record arrangement will be using an alias (typedef), with a size of 15. * A repetitive menu with the indicated options, plus the exit. In each case, the function code is placed, complying with the specifications described in the following points. * The first option will record the fields defined in the record, only one ticket at a time (no); validating that the limit (15) has not been exceeded. Otherwise, show the message that the ticket limit has been reached. The second option, the user writes the ticket number and the captured data is displayed. Later modify the ticket data (except the number). Concluding returns to th
8th Jun 2021, 4:17 AM
mar