Generation

fix invalid codeThu, 20 Apr 2023

Algoritmo Construccion SubAlgoritmo menu() Definir opcion Como Entero; Escribir "Menú de opciones:"; Escribir "1. Calcular muro de ladrillo"; Escribir "2. Calcular viga de hormigón"; Escribir "3. Calcular columnas de hormigón"; Escribir "4. Calcular contrapisos"; Escribir "5. Calcular techo"; Escribir "6. Calcular pisos"; Escribir "7. Calcular pintura"; Escribir "8. Calcular iluminación"; Escribir "9. Salir"; Escribir "Ingrese la opción deseada:"; Leer opcion; FinSubAlgoritmo SubAlgoritmo calcularSuperficie(largo, ancho) Definir superficie Como Real; superficie <- largo * ancho; Devolver = superficie; FinSubAlgoritmo

**Note:** You have to add a blank line before your response. ### Output Description Your program or function should emit the result:

Want to kickstart your project?Use the new AI Studio to create your code