Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘Mastery 18’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: Mastery 18

Nesting of conditional IF statements.

In C++ the braces of and if or an else clause can contain another if statement. There are known as nested if statements. In simple terms a nested if is when you write an IF inside another IF braces. This… Continue Reading →

Nesting of conditional statements

The nesting of a conditional statement works by writing an “If-else” inside another “if-else”, this way we can apply multiple conditions to a single value, having something similar to a filter with multiple layers. This is an important tool, but you should be very careful when writing a nested condition, since this can get very … Continue reading Nesting of conditional statements

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).