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":6309,"date":"2015-02-20T21:37:18","date_gmt":"2015-02-21T03:37:18","guid":{"rendered":"http:\/\/a01224845.withknown.com\/2015\/tc1017-mastery19"},"modified":"2015-02-20T21:37:18","modified_gmt":"2015-02-21T03:37:18","slug":"tc1017-mastery16","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/tc1017-mastery16\/","title":{"rendered":"#TC1017 #Mastery16"},"content":{"rendered":"
\n

Sentencias condicionales:<\/span> <\/span>


Existen tres sentencias condicionales en C, if, else, y else if: <\/span>

-Sentencia if:<\/strong> Esta sentencia permite la ejecución de un bloque de código, si y solo si, se ha cumplido la condición dentro del “if”, si no se cumplió la condición, se pasa a las instrucciones que estén fuera del “if”. <\/span>

-Sentencia else:<\/strong> En esta sentencia no se plantea directamente una condición, es mas bien, una respuesta a la condición que se formulo dentro de la sentencia “if”. Si la condición de “if” no se cumplió, entonces se ejecuta el bloque de código que contenga la sentencia “else”. <\/span>
Además, no puedo haber una sentencia “else” sin su respectiva sentencia “if” <\/span>

-Sentencia else if o else colgante:<\/strong> Esta sentencia es parecida a “else”, con la diferencia de que en ésta si se evalúa una condición. Si la condición de un “if” anterior a “else if” no se cumplió, entonces se evalúa la condición de “else if”, en caso de que no se cumpla la condición de la sentencia “else if”, se ejecutara el siguiente bloque de código que este fuera de “else if”. <\/span>
De nuevo, no puede existir un “else if”, sin que exista un “if” antes de él. <\/span>


Operadores Logicos (And, Or, Not):<\/span> <\/span>

\"#TC1017 <\/span>

Operadores relacionales:<\/span> <\/span>

\"#TC1017 <\/span>

Expresiones Lógicas:<\/span> <\/span>

Las expresiones lógicas o booleanas, llamadas así en honor del matemático George Boole, están constituidas por números, constantes o variables y operadores lógicos o relacionales. <\/span>

El valor que pueden tomar estas expresiones es el de verdadero o falso. Se utilizan frecuentemente en las estructuras selectivas (dependiendo del resultado de la evaluación se toma por un determinado camino alternativo) y en las estructuras repetitivas ( dependiendo del resultado de la evaluación se continúa con el ciclo o se interrumpe el mismo).<\/span>

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

Sentencias condicionales: Existen tres sentencias condicionales en C, if, else, y else if: -Sentencia if: Esta sentencia permite la ejecución de un bloque de código, si y solo si, se ha cumplido la condición… 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":[317],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/6309"}],"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=6309"}],"version-history":[{"count":2,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/6309\/revisions"}],"predecessor-version":[{"id":7155,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/6309\/revisions\/7155"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/media?parent=6309"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/categories?post=6309"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/tags?post=6309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}