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

Tag Archives: #Mastery15

Masteries 15 & 16: if & else conditionals

Hey there! Here is my video tutorial (in Spanish) for Masteries 15 & 16:

Mastery 15 & Mastery 16

This post is for mastery points 15 and 16: So this time it is about conditional if and using else with a conditional As you may know, an if statement is a fairly simple conditional, yet you can do very interesting things with it. It’s different from a for cycle because with the if condition […]

These are Masteries #15 and #16. I had to use if and else. I…

These are Masteries #15 and #16. I had to use if and else. I used as example the WSQ about the temperature. So, enjoy: https://youtu.be/amSjZHQpKJs

Mastery 15 & 16

If we want to do an If / Else, we have to decide what parameters we are going to use. For example we want to say that n(number)>50 or n(number)<50 we use an If/Else Now that we have the If/Else we ask to the user for a number for make the If/Else The result is…

Mastery 15 & 16

If we want to do an If / Else, we have to decide what parameters we are going to use. For example we want to say that n(number)>50 or n(number)<50 we use an If/Else Now that we have the If/Else we ask to the user for a number for make the If/Else The result is…

Masteries 15 and 16.

Description: Use of the conditional “if” and use of “else” with a conditional. A conditional and conditionals within conditionals. What we’d expect at this level already, really. In all seriousness, conditionals are very useful to check wheteher statements are true or not. Video for both masteries here.

Masteries 15 and 16.

Description: Use of the conditional “if” and use of “else” with a conditional. A conditional and conditionals within conditionals. What we’d expect at this level already, really. In all seriousness, conditionals are very useful to check wheteher statements are true or not. Video for both masteries here.

Seasonal fruits!

Hi, I created a program that shows the user the seasonal fruits by entering the number of the month. I done it in Spanish because I just do not want to translate every single name of every fruit. Here an image: And the main code, as usual: https://github.com/hrglez/TC1017/blob/master/Fruits Have a great month.

Seasonal fruits!

Hi, I created a program that shows the user the seasonal fruits by entering the number of the month. I done it in Spanish because I just do not want to translate every single name of every fruit. Here an image: And the main code, as usual: https://github.com/hrglez/TC1017/blob/master/Fruits Have a great month.

#Masteries 15 and 16

Mastery 15. Use of the conditional “if”… Mastery 16. Use of “else” with a conditional… And here my video:

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