¿Qué paso falta en el pseudocódigo que permita la planeación de un evento?
Inicio
Leer proposito
Escribir ("Seleccionar fecha y hora para el evento")
Leer fecha, hora
Escribir ("Crear lista de invitados")
Leer invitados
Escribir ("Evento planificado con éxitos", fecha, "a las ", hora)
Fin
a. Escribir ("Establecer la hora del evento)
b. Escribir ("Establecer el propósito de evento")
Escribir (Establecer los invitados)
d. Escribir ("Establecer el lugar del evento")
.



Answer :

Final answer:

The missing steps in the pseudocode for event planning involve setting the event time, guests, and location.


Explanation:

The missing step in the pseudocode that would allow for event planning is:

  1. Escribir (Establecer la hora del evento)
  2. Escribir (Establecer el propósito de evento)
  3. Escribir (Establecer los invitados)
  4. Escribir (Establecer el lugar del evento)

Adding these steps would enhance the event planning process by including setting the event time, purpose, guests, and location, making the plan more comprehensive and structured.


Learn more about event planning here:

https://brainly.com/question/42693741


Other Questions