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, Page 4
Introduction to Programming Python and C++

Tag Archives: #Quiz08

#Quiz08

Hey! Here’s my code of the eighth quiz. https://github.com/JsphSalazar/Quiz08/blob/master/dot_product

#Quiz08

Hey! Here’s my code of the eighth quiz. https://github.com/JsphSalazar/Quiz08/blob/master/dot_product

#Quiz08

Here is my answer to #Quiz08:
q1Q8.cpp
To give the values to the vector I used the same as in WSQ10, a loop that lets you give infinite values until you signal no more values.

#Quiz08 – #TC1017 – A01631728

I just found out how to use vectors and its not that hard. At the begin I didn’t understand what the problem was but then I read ir again and got it. Finally it was easy. 🙂 Github code: https://github.com/luisduartepalacios/Quiz08/blob/master/quiz08.cpp

Quiz #8!

Here is my code to quiz 8,

Programming is way more fun when you begin to actually get it.

Thanks

   

 

Quiz 8

The quiz consisted on writing a function that receives two lists of numbers and returns the dot product of the two lists. In this task I made a sum of a series , used the built- in functions zip and len and  the string function split(). The code can be found here: https://github.com/CarminaP/Quiz8/blob/master/p1.py

Quiz 8

The quiz consisted on writing a function that receives two lists of numbers and returns the dot product of the two lists. In this task I made a sum of a series , used the built- in functions zip and len and  the string function split(). The code can be found here: https://github.com/CarminaP/Quiz8/blob/master/p1.py

#Quiz08 Sum of squares

 Sum of squares

 

Here is the code of this quiz.

Link: https://github.com/MarAnMu13575/-Quiz08-q1.cpp/tree/master

Quiz08, done.

Here is my code for the Quiz08, about the working with the values in a vector. Quiz08, SumSquares: https://github.com/hrglez/TC1017/blob/master/SumSquares That’s all folks, see ya!

Quiz 8

Hello, I just finished quiz number 8, of course it took me all day to do it. The deal was I really wanted to do it with vectors because I find that harder, and I couldn’t…I really think I need help with that topic, I may ask Ken about it in office hours. I would […]

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