Tag Archives: WSQ10

DESVIACIÓN ESTÁNDAR

Quiz10

Question 1

Link: https://github.com/LizethAcosta/Quiz10/blob/master/Quiz101

Question 2

Link: https://github.com/LizethAcosta/Quiz10/blob/master/Quiz102

 

So, Ken and I learned something new today, we learned to use zip().

The link for this fuction is here: https://docs.python.org/3/library/functions.html#zip

WSQ10 – Lists

WSQ10

WSQ10 – Lists

Arrays/Vectores

En programación, una matriz o vector (llamado en inglés array) es una zona de almacenamiento continuo, que contiene una serie de elementos del mismo tipo, los elementos de la matriz. Desde el punto de vista lógico una matriz se puede ver como un conjunto de elementos ordenados en fila (o filas y columnas si tuviera dos dimensiones).” Esta es una definicion de lo que serian vectores, aqui esta mi codigo para poder ver un ejemplo de esto….lo unico es que mi programa esta delimitado a solo poder aceptar 90 valores: https://github.com/A01229754/Tc107/blob/master/wsq10.cpp

La informacion donde saque la definicion: http://es.wikipedia.org/wiki/Vector_(inform%C3%A1tica)

WSQ10.cpp

Here is the code for (lists) that gives the sum, average, and standard deviation for 10 values that the user inputs.

https://github.com/JuanPabloGonzalezHuezzo/WSQ10.cpp/blob/master/READ

//A great helper helped me to help you know those numbers just by running the program programmed because the //Helper Helped me 🙂

WSQ10

here a code for the deviation standar WSQ 

the program ask for 10 numbers, but actually you can add some more if you wish

code in github:

https://github.com/Hoyos1148/WSQ10-correct/blob/master/List%20of%20numbers

WSQ10

Hi guys, finally here’s my WSQ10 

Here’s a ver useful video from lynda, to undertand arrays:

http://www.lynda.com/C-tutorials/Arrays/167922/181584-4.html

Here’s the link to my code:

https://gist.github.com/samir96/7e181f8c3b51095a1ee2

 

Hey gusy here is my WSQ10