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
Samantha Rivera’s Articles at TC101 Fall 2015, Page 4
Introduction to Programming Python and C++

Author Archives: Samantha Rivera

#QUIZ08

This time, the quiz was about making a list that would calculate the sum of the squares of the elements in the list, vectors and arrays  are a little bit confusing,but here is a really simple way of doing this quiz. Q1: https://github.com/samanthariverac/TC101/blob/master/%23quiz08%20q1

#QUIZ07

Here are the two codes for the quiz number 7, about the fibonacci series and palindromes ..
Q1 (fibonacci) : https://github.com/samanthariverac/TC101/blob/master/%23quiz07%20q1

Q2 (isPalindrome): https://github.com/samanthariverac/TC101/blob/master/%2…

#QUIZ07

Here are the two codes for the quiz number 7, about the fibonacci series and palindromes ..
Q1 (fibonacci) : https://github.com/samanthariverac/TC101/blob/master/%23quiz07%20q1

Q2 (isPalindrome): https://github.com/samanthariverac/TC101/blob/master/%2…

#QUIZ06

Here are my codes on github and images for the Quiz #6… Q1.cpp :https://github.com/samanthariverac/TC101/blob/master/%23quiz06%20q1 Q2.cpp: https://github.com/samanthariverac/TC101/blob/master/%23quiz06%20q2 q1.cpp q2.cpp

#QUIZ06

Here are my codes on github and images for the Quiz #6… Q1.cpp :https://github.com/samanthariverac/TC101/blob/master/%23quiz06%20q1 Q2.cpp: https://github.com/samanthariverac/TC101/blob/master/%23quiz06%20q2 q1.cpp q2.cpp

#WSQ09

OK.. so for this wsq… we need to ask the user for a number,and then make its factorial, after that, we need to ask the user if they wanted to make another factorial or they wanted to end with the program. This task was easy at first.. I mean the part of making the function… More #WSQ09

#WSQ09

OK.. so for this wsq… we need to ask the user for a number,and then make its factorial, after that, we need to ask the user if they wanted to make another factorial or they wanted to end with the program. This task was easy at first.. I mean the part of making the function… More #WSQ09

#WSQ08

#WSQ08

Ok so this time around, the code was no so difficult , in this wsq we have to do the wsq “fun with numbers” again but using functions instead, which was very simple, this time I only use watch the book told me and change every operation for a fruit function (functions that return values)… More #WSQ08

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