Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":1971,"date":"2015-01-26T09:45:15","date_gmt":"2015-01-26T15:45:15","guid":{"rendered":"https:\/\/a01224845.withknown.com\/2015\/wsq03-fun-with-number--cblogspotmx201004codigos-c-suma-dos-numeros-enteroshtml"},"modified":"2015-01-26T09:45:15","modified_gmt":"2015-01-26T15:45:15","slug":"tc1017-wsq03-fun-with-number-httpprograma-c-blogspot-mx201004codigos-c-suma-dos-numeros-enteros-html","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/tc1017-wsq03-fun-with-number-httpprograma-c-blogspot-mx201004codigos-c-suma-dos-numeros-enteros-html\/","title":{"rendered":"# TC1017 #WSQ03 Fun with number. http:\/\/programa-c.blogspot.mx\/2010\/04\/codigos-c-suma-dos-numeros-enteros.html"},"content":{"rendered":"
\n

\n 1 min read <\/span>\n <\/p>\n

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

using namespace std;<\/p>\n

<\/p>\n

int main()<\/p>\n

{<\/p>\n

\t<\/span><\/span>int x,y,z;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

\t<\/span><\/span>cin >> x;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

\t<\/span><\/span>cin >> y;<\/p>\n

\t<\/span><\/span>z=x+y;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

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

}<\/p>\n

<\/p>\n

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

using namespace std;<\/p>\n

<\/p>\n

int main()<\/p>\n

{<\/p>\n

\t<\/span><\/span>int x,y,z;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

\t<\/span><\/span>cin >> x;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

\t<\/span><\/span>cin >> y;<\/p>\n

\t<\/span><\/span>z=x-y;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

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

}<\/p>\n

<\/p>\n

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

using namespace std;<\/p>\n

<\/p>\n

int main()<\/p>\n

{<\/p>\n

\t<\/span><\/span>int x,y,z;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

\t<\/span><\/span>cin >> x;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

\t<\/span><\/span>cin >> y;<\/p>\n

\t<\/span><\/span>z=x*y;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

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

}<\/p>\n

<\/p>\n

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

using namespace std;<\/p>\n

<\/p>\n

int main()<\/p>\n

{<\/p>\n

\t<\/span><\/span>int x,y,z;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

\t<\/span><\/span>cin >> x;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

\t<\/span><\/span>cin >> y;<\/p>\n

\t<\/span><\/span>z=x\/y;<\/p>\n

\t<\/span><\/span>cout <\/p>\n

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

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

1 min read <\/p>\n

#include using namespace std;int main(){\tint x,y,z;\tcout \tcin >> x;\tcout \tcin >> y;\tz=x+y;\tcout \treturn 0;}#include using namespace std;int main(){\tint x,y,z;\tcout \tcin >> x;\tcout \tcin >> y… Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":50,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3,26],"tags":[95],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/1971"}],"collection":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/users\/50"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/comments?post=1971"}],"version-history":[{"count":3,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/1971\/revisions"}],"predecessor-version":[{"id":2982,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/1971\/revisions\/2982"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/media?parent=1971"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/categories?post=1971"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/tags?post=1971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}