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

Tag Archives: #Quiz08

Quiz#08

Hi this was a good exercise to practice lists, and for i in, I had some problems that I resolved viewing the docs in python.org, finally I make it work!

Here is my code:

Quiz#08

Hi this was a good exercise to practice lists, and for i in, I had some problems that I resolved viewing the docs in python.org, finally I make it work!

Here is my code:

Quiz08

Here is the quiz08 is was easy to do, but i was confused in somethings but then I find the way to do. I confused somethings and again I duplicated the ( ). Here is the code:  https://github.com/juanmele/Quiz08.git

Quiz08

Here is the quiz08 is was easy to do, but i was confused in somethings but then I find the way to do. I confused somethings and again I duplicated the ( ). Here is the code:  https://github.com/juanmele/Quiz08.git

Quiz 8

In this link you can see the program for quiz 8
https://github.com/dianagdv/TC101/blob/master/Quiz_8

Quiz 8

In this link you can see the program for quiz 8
https://github.com/dianagdv/TC101/blob/master/Quiz_8

#Quiz08

Write a function called sumsquares_list which receives a vector of int and returns the sum of the squares of the elementes in the list. For example, if we have a vector with the values x with values [1,2,3,4,5], sumsquares_list(x) would return 55 since 1 + 4 + 9 + 16 + 25 is 55. GitHub … Continue reading #Quiz08

#QUIZ08

Here is the link to GitHub:
https://github.com/tonygarciavz/A01630861-TC1017/blob/master/sumsquares_list

#Quiz08

Write a function called sumsquares_list which receives a vector of int and returns the sum of the squares of the elementes in the list. For example, if we have a vector with the values x with values [1,2,3,4,5], sumsquares_list(x) would return 55 since 1 + 4 + 9 + 16 + 25 is 55. GitHub … Continue reading #Quiz08

Quiz08

This is my code!

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