{"id":1008,"date":"2025-10-04T10:57:38","date_gmt":"2025-10-04T10:57:38","guid":{"rendered":"https:\/\/javigomez.org\/?p=1008"},"modified":"2025-10-04T13:56:49","modified_gmt":"2025-10-04T13:56:49","slug":"actividad-1-13-algoritmo-que-lea-dos-numeros-y-nos-diga-cual-de-ellos-es-mayor-o-bien-si-son-iguales","status":"publish","type":"post","link":"https:\/\/javigomez.org\/index.php\/2025\/10\/04\/actividad-1-13-algoritmo-que-lea-dos-numeros-y-nos-diga-cual-de-ellos-es-mayor-o-bien-si-son-iguales\/","title":{"rendered":"E1.13: Algoritmo que lea dos n\u00fameros y nos diga cu\u00e1l de ellos es mayor o bien si son iguales"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>Algoritmo sin_titulo\n\t\/\/E1.13\n\tEscribir \"Numero 1:\"\n\tleer n1\n\tEscribir \"Numero 2:\"\n\tleer n2\n\t\n\tsi n1&gt;n2\n\t\tEscribir \"El n\u00famero 1 es mayor que el n\u00famero 2\"\n\tSiNo\n\t\tsi n2&gt;n1\n\t\t\tEscribir \"El n\u00famero 2 es mayor que el n\u00famero 1\"\n\t\tsino\n\t\t\tEscribir \"El n\u00famero 1 es igual al n\u00famero 2\"\n\t\tFinSi\n\tFinSi\nFinAlgoritmo<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Con dos n\u00fameros y nos diga cu\u00e1l de ellos es mayor o bien si son iguales\" width=\"1200\" height=\"900\" src=\"https:\/\/www.youtube.com\/embed\/QMwUCAmenhg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1011,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[271,272],"class_list":["post-1008","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pseint-pseudocodigo","tag-pseint","tag-pseudocodigo"],"_links":{"self":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts\/1008","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/comments?post=1008"}],"version-history":[{"count":3,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts\/1008\/revisions"}],"predecessor-version":[{"id":1012,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts\/1008\/revisions\/1012"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/media\/1011"}],"wp:attachment":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/media?parent=1008"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/categories?post=1008"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/tags?post=1008"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}