Tuesday, March 15, 2016

How do conditional statements look like in some of the helper practice programs (code.org, code combat, etc) you’ve used? Compare and contrast how you use them and how they act. Include a screenshot of one in action.


These practice programs are used to help the learner learn about if statements and while loops without realizing it. For the if there is a pile do (blank), it is replacing the if and if-else statements that a normal code would have to type out but all the learner has to do is drag the box with the pre-written code already. while path ahead replaces while statements and works the same way, but it is just placed in a box making it an easier concept for the learner to learn.

No comments:

Post a Comment