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

Tag Archives: #SUMOFNUMBERS

#WSQ07 – Sum of Numbers

Hola todos ! Today we are going to learn how to code a calculator program with some specific conditions to avoid input errors and asking to restart the processus. When you code you have to know this important thing : If you have 2 condition you have to use –> « If » and « else » If you… Lire la suite #WSQ07 – Sum of Numbers

WSQ07 – Sum of numbers

I have finally done WSQ07. This was an wasy one, once that you have learned the WHILE loops its really easy to work with them.Here is my code:and here is the code working:I wrote the whole sum of numbers from 5 to 19 just to prove that my program is do…

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