Please enable JavaScript to use CodeHS

Coding in Math

Lesson 5.2 Categorizing Triangles with a Static Base Value

Description

Students will learn about if/else statements and conditions in order to categorize triangles into one of 4 categories- Acute, Obtuse, Right, and Equilateral. They will also learn how to write and use comparison and logical operators in Python programs.


Objective

SWBAT use comparison and logical operators to write if/else statements that correctly categorize triangles.