Please enable JavaScript to use CodeHS

Ciencias de la computación, Nivel A (Nitro)

Lesson 3.4 Declaraciones Else-If

Description

En esta lección, los estudiantes llevarán las estructuras de control un paso más allá y aprenderán cómo implementar una declaración con una condición Else-If. Esta lección corresponde al tema 3.4 de Programación Avanzada de Ciencias Computacionales.


Objective

Students will be able to:

  • Use an else if statement

Enduring Understandings

This lesson builds toward the following Enduring Understandings (EUs) and Learning Objectives (LOs). Students should understand that…

  • EU Con-1 The way variables and operators are sequenced and combined in an expression determines the computed result. (LO’s 1.E)
  • EU Con-2 Programmers incorporate iteration and selection into code as a way of providing instructions for the computer to process each of the many possible input values. (LO’s 2.A)