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":5263,"date":"2015-02-18T17:15:45","date_gmt":"2015-02-18T23:15:45","guid":{"rendered":"http:\/\/a01224902.withknown.com\/2015\/wsq07"},"modified":"2015-02-18T17:15:45","modified_gmt":"2015-02-18T23:15:45","slug":"wsq07-13","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/wsq07-13\/","title":{"rendered":"#WSQ07"},"content":{"rendered":"
\n

#WSQ07<\/a><\/p>\n

In this assignment we had to use a loop to sum a number that the user chooses with every number in the middle of it and another maller number that the user chooses too. In order to do what mentioned, I would switch the part of the algorithm in charge of it.( the signs and mathematic algorithms)<\/p>\n

Here’s my code:<\/p>\n

https:\/<\/wbr>\/<\/wbr>github.com\/<\/wbr>JuanPabloGonzalezHuezzo\/<\/wbr>-WSQ07\/<\/wbr>blob\/<\/wbr>master\/<\/wbr>WSQ07<\/a><\/p>\n

 <\/p>\n

or here too:<\/p>\n

#include<\/a> <iostream>
using namespace std;
int main (){
  int x, y, z, ch, res, su;<\/p>\n

  do{
    cout << “Introduce el número más chico.” << endl;
    cin >> x;
    cout << “introduce el número mayor.” << endl;
    cin >> y;<\/p>\n

      if (x<y){
        ch=0;
      }<\/p>\n

        else {
          cout << endl <<“escribiste los números de manera incorrecta, intenta de nuevo.” << endl;
          ch=10;
        }
} while (ch==10);
  if(ch==0)
    z=(y-x)+1;
    su=0;
    for (int i=0; i<z; i++){
    res=(x+i);
    su=su+res;
    }
        cout << “La suma de ” << x << ” hasta ” << y <<” es equivalente a ” << su;
return 0;
}<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

#WSQ07In this assignment we had to use a loop to sum a number that the user chooses with every number in the middle of it and another maller number that the user chooses too. In order to do what mentioned, I would switch the part of the algori… Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":122,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3,26],"tags":[95,169],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/5263"}],"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\/122"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/comments?post=5263"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/5263\/revisions"}],"predecessor-version":[{"id":5264,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/5263\/revisions\/5264"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/media?parent=5263"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/categories?post=5263"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/tags?post=5263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}