Please enable JavaScript to use CodeHS

Nebraska CS: Coding First 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