2 main things covered:
1. If else
2. 10 Practice questions
If else is used whenever we have conditions to be met for each equation. The expressions go through the whole cycle of 'if and else' and get filtered through it. We were also required to recall our boolean knowledge into learning if else expressions. This is a helpful way to filter out expressions.
1. If else
2. 10 Practice questions
If else is used whenever we have conditions to be met for each equation. The expressions go through the whole cycle of 'if and else' and get filtered through it. We were also required to recall our boolean knowledge into learning if else expressions. This is a helpful way to filter out expressions.
Comments
Post a Comment