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":25834,"date":"2015-10-28T14:30:47","date_gmt":"2015-10-28T20:30:47","guid":{"rendered":"http:\/\/alan46bc.wordpress.com\/?p=55"},"modified":"2015-10-28T14:30:47","modified_gmt":"2015-10-28T20:30:47","slug":"wsq11-21","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/wsq11-21\/","title":{"rendered":"#WSQ11"},"content":{"rendered":"

This one was really difficult so I start searching for help but I couldn’t find it. I decided to search the blogs of other people to see how they did it and I found one, in the post it said that we should watch ken’s video of bigintegers and I did. after that it was easier to do.<\/p>\n

#include <iostream>
\n#include “BigIntegerLibrary.hh”
\nusing namespace std;
\nint arr;
\nint ab;
\nint nat=0;
\nint non=0;
\nint ly=0;
\nBigInteger rev;
\nBigInteger num;<\/p>\n

BigInteger reverse(BigInteger valid){
\nBigInteger invalid= 0;
\nwhile (valid != 0){
\ninvalid= invalid*10 + valid % 10;
\nvalid= valid\/10;
\n}
\nreturn invalid;
\n}<\/p>\n

void palindrome(BigInteger n, BigInteger r){
\nif(n == r){
\nnat = nat+1;
\n}
\nelse {
\nint rep= 0;
\nBigInteger a= n;
\nwhile (a!=r && rep < 30){
\na=a+r;
\nr= reverse(a);
\nrep= rep+1;
\n}
\nif (rep == 30){
\ncout << “Este es un numero Lynchrel: ” << n << endl;
\nly= ly+1;
\n}
\nelse {
\nnon=non+1;
\n}
\n}
\n}<\/p>\n

int main (){
\ncout << “Vamos a buscar cuantos numeros Lynchrel hay.” << endl;
\ncout <<” Introduzca el<\/span> l\u00edmite inferior<\/span><\/span>: “;
\ncin >> ab;
\ncout << “Introduzca el<\/span> l\u00edmite superior<\/span><\/span>: “;
\ncin >> arr;
\nnum = ab;
\nwhile(num <= arr){
\nrev= reverse(num);
\npalindrome(num, rev);
\nnum = num + 1;
\n}<\/p>\n

cout << “Los numeros estan entre: ” << ab << ” y ” << arr << endl;
\ncout << ” Cantidad de palindromos naturales : ” << nat << endl;
\ncout << ” Cantidad de numeros no Lycherel: ” << non << endl;
\ncout << “Cantidad de numeros Lychrel: ” << ly << endl;<\/p>\n

return 0;
\n}<\/p>\n

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

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

This one was really difficult so I start searching for help but I couldn’t find it. I decided to search the blogs of other people to see how they did it and I found one, in the post it said that we should watch ken’s video of bigintegers and I did. after that it was […]\"\"<\/p>\n","protected":false},"author":291,"featured_media":25833,"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\/25834"}],"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=25834"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/25834\/revisions"}],"predecessor-version":[{"id":25835,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/25834\/revisions\/25835"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media\/25833"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=25834"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=25834"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=25834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}