Thursday, April 18, 2024 04:58

Posts Tagged ‘if instruction’

Testing a condition with If

Saturday, January 7th, 2017

As previously stated in our lessons, as your programs will become more and more complex, they will perform a set of instructions when a condition is True, and another one when is False. When your program executes a conditional processing, you will be testing a condition with If.… Read more

Representation of True and False values

Saturday, January 7th, 2017

A few lessons so far dealt with conditional processing, displaying a result when a condition is true, and another when it is false. When working with conditional processing, it is important to understand the representation of True and False values in C#.… Read more


Follow the white rabbit