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

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":24876,"date":"2015-10-28T14:39:06","date_gmt":"2015-10-28T20:39:06","guid":{"rendered":"https:\/\/alan46bc.wordpress.com\/?p=59"},"modified":"2015-10-28T14:39:06","modified_gmt":"2015-10-28T20:39:06","slug":"wsq10-23","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/wsq10-23\/","title":{"rendered":"#WSQ10"},"content":{"rendered":"

This programm was a little bit difficult but I read other posts and read and I succes by making the programm work.<\/p>\n

#include <iostream>
\n#include <vector>
\n#include <math.h>
\nusing namespace std;<\/p>\n

void promedio(vector <int> prom){
\nint x;
\ndouble y=0;
\ncout <<“Escribe los valores que deseas calcular” << endl;
\ncout <<“Escribe -1 cuando no desees seguir calculando” << endl;
\ncin >> x;
\nwhile (x != -1){
\nprom.push_back(x);
\ncin >> x;}
\ndouble suma;
\nfor (int i = 0; i<prom.size(); i++){
\nsuma = suma+prom[i];
\n}
\ncout << “La suma total es ” << suma << endl;
\nint z=prom.size();
\ny= (suma)\/(z-1);
\ncout << “El promedio es ” << y << endl;
\ndouble b;
\nz=prom.size()-1;
\nint i=0;
\nwhile (i<z){
\nb= b+(prom[z]-y)*(prom[z]-y);
\ni=i+1;
\nz=z-1;
\n}
\nb=b*2;
\nint g= prom.size()-1;
\ncout << “La desviacion estandar es “;
\ndouble d;
\nd = sqrt(b\/g);
\ncout << d << endl;}<\/p>\n

int main(){
\nvector <int> prom(1);
\npromedio(prom);
\nreturn 0;
\n}<\/p>\n

\"PINGUINO<\/a><\/p>\n

\"\"<\/a> \"\"<\/p>\n","protected":false},"excerpt":{"rendered":"

This programm was a little bit difficult but I read other posts and read and I succes by making the programm work. #include <iostream> #include <vector> #include <math.h> using namespace std; void promedio(vector <int> prom){ int x; double y=0; cout <<“Escribe los valores que deseas calcular” << endl; cout <<“Escribe -1 cuando no desees seguir […]\"\"<\/p>\n","protected":false},"author":291,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[46],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/24876"}],"collection":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/users\/291"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=24876"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/24876\/revisions"}],"predecessor-version":[{"id":24877,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/24876\/revisions\/24877"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=24876"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=24876"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=24876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}