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

Tag Archives: WSQ10

WSQ10, Lists

Hi, this is the post for the WSQ10. The program asks the user for 10 numbers, then returns the sum of the values, the average and the standard deviation.
As usual, an image with the program:

The code: https://github.com/hrglez/TC1017/blob/master/WSQ10…

WSQ10

Finding the Standar diviation was hard, even with a calculator haha.. but finally here is my code.
🙂
https://github.com/fernandazm/WSQS/blob/master/%23WSQ10

WSQ10

Finding the Standar diviation was hard, even with a calculator haha.. but finally here is my code.
🙂
https://github.com/fernandazm/WSQS/blob/master/%23WSQ10

WSQ10 – Lists

(The credit of the  image goes to https://flic.kr/p/2YnL3P) This WSQ was about using arrays or vectors to store a list and then show to the user the total, average and standard deviation of those numbers. For this one, I used arrays because I like them better than vectors. I think they’re easy. I didn¡t have a […]

WSQ10 – Lists

(The credit of the  image goes to https://flic.kr/p/2YnL3P) This WSQ was about using arrays or vectors to store a list and then show to the user the total, average and standard deviation of those numbers. For this one, I used arrays because I like them better than vectors. I think they’re easy. I didn¡t have a […]

WSQ10

This WSQ is about lists, i had it saved since a week ago, i have been kinda busy these days, Partial Exam of math today, i need to do WSQ11 and Masteries soooo. Here’s the code: I read the Python PDF abouts lists and checked how to do the deviation via Math Module.

WSQ10

This WSQ is about lists, i had it saved since a week ago, i have been kinda busy these days, Partial Exam of math today, i need to do WSQ11 and Masteries soooo. Here’s the code: I read the Python PDF abouts lists and checked how to do the deviation via Math Module.

#WSQ10

Ok.. so in these wsq we were told to make a list (with vectors or arrays) of ten numbers, then add them together, calculate the average and the standard deviation for all the values given. First of all I needed to know what in earth were vectors, and array (the book is usefull) and then… More #WSQ10

#WSQ10

Ok.. so in these wsq we were told to make a list (with vectors or arrays) of ten numbers, then add them together, calculate the average and the standard deviation for all the values given. First of all I needed to know what in earth were vectors, and array (the book is usefull) and then… More #WSQ10

#WSQ10

EASY

To do this wsq you only need to read the chapter about lists in the book.

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