Please enable JavaScript to use CodeHS

Utah Computer Programming 1 and 2 Glossary

Flashcards

Course:

Module:

Lesson:

Search:

If Else Statement General

Control structure that lets us run either one section of code or another depending on a test.

If Else Statement