I Hate CBT's

View Original

5.7.1: Function With Branch: Popcorn.

Question: branching

Answer: directs a program to execute either one statement group or another, depending on an expression’s value

Question: braces

Answer: represents a grouping, such as a grouping of statements

Question: equality operator

Answer:

Question: relational operator

Answer:

Question: Boolean

Answer: refers to a quantity that has only two possible values (true or false)