Please enable JavaScript to use CodeHS

Aplicaciones y codificación de New Mexico Tech

Lesson 1.19 Armando Estructuras de Control

Description

En esta lección, los estudiantes reunirán todos los conceptos que han aprendido hasta ahora. Podrán usar el diseño de arriba hacia abajo y escribir programas que resolverán problemas complejos.


Objective

Students will be able to:

  • Identify the different control structures we can use to modify the flow of control through a program
  • Combine control structures to solve complicated problems
  • Choose the proper control structure for a given problem