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":24516,"date":"2015-10-11T21:06:44","date_gmt":"2015-10-12T03:06:44","guid":{"rendered":"https:\/\/juande10blog.wordpress.com\/?p=84"},"modified":"2015-10-11T21:06:44","modified_gmt":"2015-10-12T03:06:44","slug":"quizz-06-3","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/quizz-06-3\/","title":{"rendered":"Quizz #06"},"content":{"rendered":"

Quizz #06<\/strong><\/p>\n

q1.cpp<\/strong><\/p>\n

#include <iostream> \/\/ Juan de Dios Dur\u00e1n Hern\u00e1ndez A01631134
\n#include <math.h>
\nusing namespace std;
\nlong superpower (long a, long b){
\nreturn pow(a,b);}
\nint main (){
\nlong a;
\nlong b;
\ncout << “elevar un numero a otro numero” << endl;;
\ncout << “Introduce el primer numero= “;
\ncin >> a;
\ncout << “Introduce el segundo numero= “;
\ncin >>b;
\ncout << “total= ” << superpower (a,b);
\ncout << endl;
\nreturn 0;
\n}<\/p>\n

q2.cpp<\/strong><\/p>\n

#include <iostream> \/\/Juan de Dios Dur\u00e1n Hern\u00e1ndez A01631134
\nusing namespace std;
\nvoid stars (int x){
\nfor (int i=0; i<x; i++){
\ncout <<“*”;
\n}
\n}
\nint main(){
\nint x;
\ncout << “introduce el numero de estrellas que quieres= “;
\ncin >> x;
\nstars (x);
\nreturn 0;
\n}<\/p>\n

Github<\/p>\n

https:\/\/github.com\/juande1097\/WSQ\/blob\/master\/quizz%20%2306<\/a><\/p>\n

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

Quizz #06 q1.cpp #include <iostream> \/\/ Juan de Dios Durán Hernández A01631134 #include <math.h> using namespace std; long superpower (long a, long b){ return pow(a,b);} int main (){ long a; long b; cout << “elevar un numero a otro numero” << endl;; cout << “Introduce el primer numero= “; cin >> a; cout << “Introduce…\"\"<\/p>\n","protected":false},"author":206,"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\/24516"}],"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\/206"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=24516"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/24516\/revisions"}],"predecessor-version":[{"id":24517,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/24516\/revisions\/24517"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=24516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=24516"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=24516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}