{"id":789,"date":"2024-10-09T14:18:11","date_gmt":"2024-10-09T14:18:11","guid":{"rendered":"https:\/\/javigomez.org\/?p=789"},"modified":"2025-10-01T21:25:23","modified_gmt":"2025-10-01T21:25:23","slug":"06-pseint-ej-10-array-aleatorios-pseint","status":"publish","type":"post","link":"https:\/\/javigomez.org\/index.php\/2024\/10\/09\/06-pseint-ej-10-array-aleatorios-pseint\/","title":{"rendered":"06. PSeInt \u2013 EJ 10 Array Aleatorios pseInt"},"content":{"rendered":"\n<p>En este art\u00edculo y video se crea un array de 10 posiciones y se carga con n\u00famero aleatorios. Luego se recorre de principio a final y luego de final al principio. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Algoritmo sin_titulo\n\tDimensionar lista&#91;10]\n\tpara i=1 Hasta 10\n\t\tlista&#91;i]=azar(100)\n\tFinPara\n\t\n\tpara i=1 hasta 10\n\t\tescribir sin saltar \" \" lista&#91;i]\n\tFinPara\nEscribir \"\"\n\tpara i=10 hasta 1\n\t\tEscribir Sin Saltar \" \" lista&#91;i]\n\tFinPara\nEscribir \"\"\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-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"PSeInt U01 EJ 10 Array Aleatorios pseInt\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/Mh2BoOJu_co?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":"<p>En este art\u00edculo y video se crea un array de 10 posiciones y se carga con n\u00famero aleatorios. Luego se recorre de principio a final &hellip; <\/p>\n","protected":false},"author":1,"featured_media":790,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[43,271,283],"class_list":["post-789","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pseint-pseudocodigo","tag-arrays","tag-pseint","tag-recorrido"],"_links":{"self":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts\/789","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=789"}],"version-history":[{"count":2,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts\/789\/revisions"}],"predecessor-version":[{"id":1007,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts\/789\/revisions\/1007"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/media\/790"}],"wp:attachment":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/media?parent=789"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/categories?post=789"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/tags?post=789"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}