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
‘#mastery18’ Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Tag Archives: #mastery18

#Masteries 17 and 18

Mastery 17. Use of “switch” as a conditional… Mastery 18. Nesting of conditional statements… And here my video:

#Mastery18

Nesting of conditional statements

Nesting of conditional statements #Mastery18

This concept refers to the fact of including if and else between other conditional statements.

Here’s a video explaining the concept:

 https://www.youtube.com/watch?v=crjXT_x-sf0&feature=youtu.be&hd=1

 

MASTERY 18: Nesting of conditional statements

(Credit of the image goes to https://flic.kr/p/7iLS5A) It’s Mastery time once again!!! In this one, we’re going to see that is actually possible the nesting of conditional statements. If you don’t remember how to use conditionals, please check the blogpost for Masteries #15 and #16 (https://delusionalpieceofdust.wordpress.com/2015/09/14/mastery-13-using-the-conditional-if/) Now that you know about conditionals, you might be wondering […]

MASTERY 18: Nesting of conditional statements

It’s Mastery time once again!!! In this one, we’re going to see that is actually possible the nesting of conditional statements. If you don’t remember how to use conditionals, please check the blogpost for Masteries #15 and #16 (https://delusionalpieceofdust.wordpress.com/2015/09/14/mastery-13-using-the-conditional-if/) Now that you know about conditionals, you might be wondering if you could put one conditional […]

Mastery 18: Nesting of conditional statements

Here is the video for this mastery: https://youtu.be/dy28BZTKAMk
Thanks for watching!!

Mastery 18: Nesting of conditional statements

Here is the video for this mastery: https://youtu.be/dy28BZTKAMk
Thanks for watching!!

Prime Numbers

For this mastery, I made a program which prints the prime numbers in a range from one to a upper bound, given by the user. The program running: The code: https://github.com/hrglez/TC1017/blob/master/NestConditional Have an awesome day”

Prime Numbers

For this mastery, I made a program which prints the prime numbers in a range from one to a upper bound, given by the user. The program running: The code: https://github.com/hrglez/TC1017/blob/master/NestConditional Have an awesome day”

Masteries 16 & 18

This is the video for my use of “else” and nesting conditionals

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).