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

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/feed-rss2.php on line 8
‘#212121’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Thu, 26 Nov 2015 01:12:59 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ #mastery18 https://kenscourses.com/tc101fall2015/2015/mastery18-5/ Thu, 26 Nov 2015 01:12:59 +0000 https://royth.withknown.com/2015/mastery18
this Mastery might sound too     complicated but in fact it is too    easy to regard this mastery is known in Spanish as conditional nested , and no forces have to be an if as it is not the only type of conditional exists, nested conditional may be of different types such as:

if / else
for
while
switch
do
which can be nested ( put inside other ) as often as desired. for instance:

using namespace std;

int main(){

int uno;

cout

cin>>uno;

if (uno!=0){

if(uno

cout

}

else

{

cout

}

}

else

{

cout

}

return 0;

}

]]>
https://creativecommons.org/licenses/by/4.0/