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":20395,"date":"2015-09-02T12:40:08","date_gmt":"2015-09-02T17:40:08","guid":{"rendered":"https:\/\/vanessabaeza.withknown.com\/2015\/fun-with-numbers"},"modified":"2015-09-02T12:40:08","modified_gmt":"2015-09-02T17:40:08","slug":"fun-with-numbers-5","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/fun-with-numbers-5\/","title":{"rendered":"Fun With Numbers!"},"content":{"rendered":"
\n

Today I did a little program where you gave two numbers to it and yo got the sum, rest, product, division an remain.<\/span><\/p>\n

It was easy once I understood the structure of it, getting help in\u00a0https:\/<\/wbr>\/<\/wbr>github.com\/<\/wbr>MiguelAngelCardenas\/<\/wbr>WSQ03\/<\/wbr>blob\/<\/wbr>master\/<\/wbr>NUMBERS.cpp<\/a><\/span><\/p>\n

#WSQ03<\/a> #FunWithNumbers<\/a><\/span><\/p>\n

Here is my code:<\/span><\/p>\n

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

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

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

\u00a0<\/span><\/p>\n

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

\u00a0<\/span><\/p>\n

int num1, num2, sum, rest, prod, D, resid;<\/span><\/p>\n

\u00a0<\/span><\/p>\n

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

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

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

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

\u00a0<\/span><\/p>\n

sum = num1 + num2;<\/span><\/p>\n

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

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

\u00a0<\/span><\/p>\n

rest = num1 – num2;<\/span><\/p>\n

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

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

\u00a0<\/span><\/p>\n

D = num1\/num2;<\/span><\/p>\n

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

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

\u00a0<\/span><\/p>\n

resid = num1 % num2;<\/span><\/p>\n

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

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

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

\u00a0<\/p>\n

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

\n

Today I did a little program where you gave two numbers to it and yo got the sum, rest, product, division an remain.<\/span><\/p>\n

It was easy once I understood the structure of it, getting help in https:\/<\/wbr>\/<\/wbr>github.com\/<\/wbr>MiguelAngelCardenas\/<\/wbr>WSQ03\/<\/wbr>blob\/<\/wbr>master\/<\/wbr>NUMBERS.cpp<\/a><\/span><\/p>\n

#WSQ03<\/a> #FunWithNumbers<\/a><\/span><\/p>\n

Here is my code:<\/span><\/p>\n

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

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

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

 <\/span><\/p>\n

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

 <\/span><\/p>\n

int num1, num2, sum, rest, prod, D, resid;<\/span><\/p>\n

 <\/span><\/p>\n

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

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

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

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

 <\/span><\/p>\n

sum = num1 + num2;<\/span><\/p>\n

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

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

 <\/span><\/p>\n

rest = num1 – num2;<\/span><\/p>\n

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

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

 <\/span><\/p>\n

D = num1\/num2;<\/span><\/p>\n

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

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

 <\/span><\/p>\n

resid = num1 % num2;<\/span><\/p>\n

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

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

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

 <\/p>\n

}\"\"<\/span><\/p>\n<\/div>\n","protected":false},"author":257,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[96,95,93],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/20395"}],"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\/257"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=20395"}],"version-history":[{"count":2,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/20395\/revisions"}],"predecessor-version":[{"id":22441,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/20395\/revisions\/22441"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=20395"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=20395"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=20395"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}