Weekly tasks or assignments (Individual or Group Projects) will be due by Monday, and late submissions will be assigned a late penalty in accordance with the late penalty policy found in the syllabus. NOTE: All submission posting times are based on midnight Central Time.
Decision-making structures in programming allow programs to evaluate conditions within the program to make a choice when given multiple options. There are 4 common types of decision structures that are used, as follows:
· If statements
· If…else statements
· Nested if statements
· Switch statements
For this assignment, you will complete the Decision Statements Template, as follows:
- Download the decision template by clicking here.
- Examine the decision statements in the Code Sample column of the template.
- Identify the statement type used in the Statement Type column of the template.
- In the Explanation column, answer the following:
o What does this statement do?
o When would this statement be used?


0 comments