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

Tag Archives: Factorial Calculation

Using Loops FOR and WHILE

Loops Loops are used to repeat a block of code. Being able to have your program repeatedly execute a block of code is one of the most basic but useful tasks in programming — many programs or websites that produce… Continue Reading →

A Factorial Calculator!

For WSQ#9 we had to write a code who calculates the Factorial number of “n”. For the ones who doesn’t know what a factorial number is (including me, 20 minutes ago) a factorial number means a function which multiplies a… Continue Reading →

A Factorial Calculator!

For WSQ#9 we had to write a code who calculates the Factorial number of “n”. For the ones who doesn’t know what a factorial number is (including me, 20 minutes ago) a factorial number means a function which multiplies a… Continue Reading →

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