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
TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

#Wsq10

Well in this Wsq what we have to do is this: Create a program that asks the user for 10 […]#Wsq10

Quiz#5

Palindromes are CATchy! The Quiz Create a function called is_palindrome which receives a string as a parameter and returns true if […]Quiz#5

Quiz#6

The Quiz Write a function to calculate the greatest common denominator of two positive integers using Euclid’s algorithm. What to […]Quiz#6

#Quiz3

Bueno es tiempo de hacer unos cuantos posts (bastantes) ya que se acerca el final de parcial y no quiero […]#Quiz3

WSQ09 Factorial!!

Well here’s my code for the WSQ09, where the user gives you a number and you return the factorial of […]WSQ09 Factorial!!

diegotc101 2016-02-25 19:57:23

diegotc101 2016-02-22 22:36:44

WSQ07- Sum of numbers

This WSQ07 was more challenging than the others, in this one we had to made the sum of a range […]WSQ07- Sum of numbers

WSQ06 – Pick a Number

Here’s my code for the WSQ06, where the user have to pick a number between 1 to 100, and the […]WSQ06 – Pick a Number

Quiz 02

And one or 2 more post for today, here’s the code for the 2 problems Here’s the first part, in […]Quiz 02

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