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

Tag Archives: #Batman

Quiz #7

In this Quiz we had to do two tasks. In the first one we had to create a program which calculates the Fibbonaci number of a value that we give to the computer. So the codes for the first task… 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 →

#Quiz06

Here are my two Github links to quiz no. 06
Question 1: https://github.com/A01154027/TC101/blob/master/q1.cpp
Question 2: https://github.com/A01154027/TC101/blob/master/q2.cpp

#Quiz06

Here are my two Github links to quiz no. 06
Question 1: https://github.com/A01154027/TC101/blob/master/q1.cpp
Question 2: https://github.com/A01154027/TC101/blob/master/q2.cpp

#Quiz06

Here are my two Github links to quiz no. 06
Question 1: https://github.com/A01154027/TC101/blob/master/q1.cpp
Question 2: https://github.com/A01154027/TC101/blob/master/q2.cpp

Quiz #6!

For this quiz we had to create two programs. In the first one we had to write a function called superpower that has two parameters of type long and returns a long which is first parameter raised to the power… Continue Reading →

On to Functions!

Remember WSQ03, Fun With Numbers? Well, this weekly task is about using functions in a program that calculates basic mathematical operations of two numbers, such as Addition. Subtraction. Multiplication. Division and its remainder. I created 4 different functions using “Double”… Continue Reading →

On to Functions!

Remember WSQ03, Fun With Numbers? Well, this weekly task is about using functions in a program that calculates basic mathematical operations of two numbers, such as Addition. Subtraction. Multiplication. Division and its remainder. I created 4 different functions using “Double”… Continue Reading →

#WSQ07

In this WSQ we were suppose to write a code to make a sum of the integer numbers in a given range, this using functions. The hard thing about this was that we had to put together all the topics we had covered before like functions, basic operations, use of else and if and even … Continue reading #WSQ07

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