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":22946,"date":"2015-10-11T19:57:17","date_gmt":"2015-10-12T00:57:17","guid":{"rendered":"https:\/\/marcobackyard.withknown.com\/2015\/wsq09-factorial"},"modified":"2015-10-11T19:57:17","modified_gmt":"2015-10-12T00:57:17","slug":"wsq09-factorial-2","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/wsq09-factorial-2\/","title":{"rendered":"#WSQ09 Factorial"},"content":{"rendered":"
\n

\u00a0<\/p>\n

\"\"<\/p>\n

#WSQ09<\/a> Factorials<\/em><\/h1>\n

In this WSQ I used the factorials, and what is that? you maybe are asking, this is a factorial:\u00a0<\/p>\n

\u00a0<\/p>\n

In\u00a0mathematics<\/a>, the\u00a0factorial<\/strong>\u00a0of a\u00a0non-negative integer<\/a>\u00a0n<\/em>, denoted by\u00a0n<\/em>!, is the\u00a0product<\/a>\u00a0of all positive integers less than or equal ton<\/em>. For example,<\/p>\n

\n
\"5!<\/dd>\n
<\/dd>\n<\/dl>\n

And I\u00b4m here, yeah, you can ask me whatever about it, if I don\u00b4t know maybe I can talk with my classmates and help you, you little human, jajaja :).<\/p>\n

\u00a0<\/p>\n

<\/p>\n

\n
#include<\/a> <iostream><\/span>\n

#include<\/a> <cmath><\/span><\/p>\n

\u00a0using<\/span> namespace<\/span> std;<\/p>\n

int<\/span> main<\/span>(){<\/p>\n

\u00a0 \u00a0 int<\/span> num, factorial=<\/span> 1<\/span>;<\/p>\n

cout<<<\/span>"Enter number to find it\u00b4s factorial: "<\/span>;<\/p>\n

cin>><\/span>num;<\/p>\n

for<\/span> (int<\/span> a=<\/span>1<\/span>; a<=<\/span> num; a++<\/span>)<\/p>\n

{<\/p>\n

factorial=<\/span> factorial*<\/span>a;<\/p>\n

}<\/p>\n

cout <<<\/span>"The factorial is: \u00a0over 9000 "<\/span><<<\/span>endl;\u00a0<\/p>\n

cout <<<\/span>"Na, I\u00b4m joking, this is the real: \u00a0"<\/span><<<\/span>factorial<<<\/span>endl;<\/p>\n

cout<<<\/span>"Thanks for visiting us, see you "<\/span><<<\/span>endl;<\/p>\n

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

}<\/p>\n

<\/p><\/pre>\n<\/div>\n

\u00a0<\/p>\n

Github link (This dark place where I save all my programs if you want, take a look over here):<\/p>\n

\u00a0https:\/<\/wbr>\/<\/wbr>github.com\/<\/wbr>MarAnMu13575\/<\/wbr>-WSQ09-Factorials\/<\/wbr>tree\/<\/wbr>master<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

\n

 <\/p>\n

\"\"<\/p>\n

#WSQ09<\/a> Factorials<\/em><\/h1>\n

In this WSQ I used the factorials, and what is that? you maybe are asking, this is a factorial: <\/p>\n

 <\/p>\n

In mathematics<\/a>, the factorial<\/strong> of a non-negative integer<\/a> n<\/em>, denoted by n<\/em>!, is the product<\/a> of all positive integers less than or equal ton<\/em>. For example,<\/p>\n

\n
\"5!<\/dd>\n
<\/dd>\n<\/dl>\n

And I´m here, yeah, you can ask me whatever about it, if I don´t know maybe I can talk with my classmates and help you, you little human, jajaja :).<\/p>\n

 <\/p>\n

<\/p>\n

\n
#include<\/a> <iostream><\/span>\n

#include<\/a> <cmath><\/span><\/p>\n

 using<\/span> namespace<\/span> std;<\/p>\n

int<\/span> main<\/span>(){<\/p>\n

    int<\/span> num, factorial=<\/span> 1<\/span>;<\/p>\n

cout<<<\/span>\"Enter number to find it´s factorial: \"<\/span>;<\/p>\n

cin>><\/span>num;<\/p>\n

for<\/span> (int<\/span> a=<\/span>1<\/span>; a<=<\/span> num; a++<\/span>)<\/p>\n

{<\/p>\n

factorial=<\/span> factorial*<\/span>a;<\/p>\n

}<\/p>\n

cout <<<\/span>\"The factorial is:  over 9000 \"<\/span><<<\/span>endl; <\/p>\n

cout <<<\/span>\"Na, I´m joking, this is the real:  \"<\/span><<<\/span>factorial<<<\/span>endl;<\/p>\n

cout<<<\/span>\"Thanks for visiting us, see you \"<\/span><<<\/span>endl;<\/p>\n

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

}<\/p>\n

<\/p><\/pre>\n<\/div>\n

 <\/p>\n

Github link (This dark place where I save all my programs if you want, take a look over here):<\/p>\n

 https:\/\/github.com\/MarAnMu13575\/-WSQ09-Factorials\/tree\/master<\/a><\/p>\n<\/div>\n","protected":false},"author":193,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[499,606,519,417,332,144,605,604,607,147,95,334],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/22946"}],"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\/193"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=22946"}],"version-history":[{"count":3,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/22946\/revisions"}],"predecessor-version":[{"id":22981,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/22946\/revisions\/22981"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=22946"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=22946"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=22946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}