scoresvideos

โŒจ๏ธap computer science principles review

key term - Selection Statements

Citation:

Definition

Selection statements are used in programming to make decisions based on certain conditions. They allow the program to choose between different paths of execution depending on whether a condition is true or false.

"Selection Statements" also found in: