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":24142,"date":"2015-10-18T22:45:18","date_gmt":"2015-10-19T04:45:18","guid":{"rendered":"https:\/\/chrisorozco97.wordpress.com\/?p=91"},"modified":"2015-10-18T22:45:18","modified_gmt":"2015-10-19T04:45:18","slug":"quiz-07-14","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/quiz-07-14\/","title":{"rendered":"Quiz #07"},"content":{"rendered":"

Here are the answers of my quiz #07.
\nQuestion 1
\n#include <iostream>
\nusing namespace std;<\/p>\n

long fibonacci(long x){
\nlong y=0, z=1, w=0;
\nwhile (x>1)
\n{
\nw=y+z;
\ny=z;
\nz=w;
\nx=x-1;
\n}
\nreturn w;
\n}<\/p>\n

int main()
\n{
\nlong x;
\ncout << “Introduce un n\u00famero”<< endl;
\ncin >> x;
\nif (x==1)
\n{
\nint w=1;
\ncout << “De acuerdo a la sucesi\u00f3n fibonacci el n\u00famero es “<< w << endl;
\n}
\nelse
\n{
\ncout << “De acuerdo a la sucesi\u00f3n fibonacci el n\u00famero es “<<fibonacci(x) << endl;
\n}
\nreturn 0;
\n}<\/p>\n

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

Question 2
\n#include <iostream>
\n#include <string>
\nusing namespace std;<\/p>\n

bool IsPalindrome(string x)
\n{
\nint w= x.length();
\nstring palabra=””;
\nint y=w-1;
\ndo {
\npalabra=palabra+x[y];
\ny=y-1;
\n} while (y>=0);<\/p>\n

if (x == palabra){
\nreturn true;}
\nelse {
\nreturn false;}
\n}
\nint main ()
\n{
\nstring x;
\ncout << “Escribe una palabra ” << endl;
\ncin >> x;
\nIsPalindrome(x);
\nif (IsPalindrome(x) == true){
\ncout<<“Es un pal\u00edndromo”<<endl;
\n}else{
\ncout<<“No es un pal\u00edndromo”<<endl;
\n}
\nreturn 0;}<\/p>\n

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

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

Here are the answers of my quiz #07. Question 1 #include <iostream> using namespace std; long fibonacci(long x){ long y=0, z=1, w=0; while (x>1) { w=y+z; y=z; z=w; x=x-1; } return w; } int main() { long x; cout << “Introduce un número”<< endl; cin >> x; if (x==1) { int w=1; cout << “De […]\"\"<\/p>\n","protected":false},"author":189,"featured_media":24140,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[738,46],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/24142"}],"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\/189"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=24142"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/24142\/revisions"}],"predecessor-version":[{"id":24143,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/24142\/revisions\/24143"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media\/24140"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=24142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=24142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=24142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}