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":25836,"date":"2015-10-28T13:54:27","date_gmt":"2015-10-28T19:54:27","guid":{"rendered":"http:\/\/alan46bc.wordpress.com\/?p=53"},"modified":"2015-10-28T13:54:27","modified_gmt":"2015-10-28T19:54:27","slug":"wsq09-38","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/wsq09-38\/","title":{"rendered":"#WSQ09"},"content":{"rendered":"

#include <iostream>
\n#include <cstdio>
\nusing namespace std;
\nunsigned long long factorial (int x){
\nunsigned long long z=1;
\nwhile (x>=1) {
\n(z=z*x);
\n(x=x-1);
\n}
\nreturn z;
\n}
\nint main (){
\nint x;
\nchar resp;
\ncout <<“numero factorial ” <<endl;
\ncout <<“pon un numero “;
\ncin >> x;
\ncout << “El factorial de los numeros= “;
\ncout << factorial (x) << endl;
\ncout <<“\u00bfQuieres seguir calculando? (y\/n)”;
\ncin >> resp;
\nwhile (resp==’y’){
\nif (resp ==’y’)
\n{
\ncout <<“pon un numero “;
\ncin >> x;
\ncout << “El factorial de los numeros= “;
\ncout << factorial (x) << endl;
\ncout <<“\u00bfQuieres seguir calculando? (y\/n)”;
\ncin >> resp;
\n} else if
\n(resp == ‘n’)
\n{
\ncout << “Que tenga buen dia “;
\n} else{
\ncout << “Respuesta no valida”;
\n}}
\nif
\n(resp == ‘n’)
\n{
\ncout << “Que tenga buen dia”;
\n} else{
\ncout << “Respuesta no valida”;}
\nreturn 0;
\n}<\/p>\n

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

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

#include <iostream> #include <cstdio> using namespace std; unsigned long long factorial (int x){ unsigned long long z=1; while (x>=1) { (z=z*x); (x=x-1); } return z; } int main (){ int x; char resp; cout <<“numero factorial ” <<endl; cout <<“pon un numero “; cin >> x; cout << “El factorial de los numeros= “; cout […]\"\"<\/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":[334,46],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/25836"}],"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=25836"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/25836\/revisions"}],"predecessor-version":[{"id":25837,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/25836\/revisions\/25837"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=25836"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=25836"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=25836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}