{"functions":[],"name":"29 taller decisiones","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_97ed86d8_ca70_4685_a12c_93e39e0b47b3"},{"newline":true,"@type":"Output","id":"id_e03c1371_879e_40c8_abb5_3bd4c2d88082","value":"\"Programa que lee tres números enteros y determina si se ingresaron en orden ascendente, orden descendente o en desorden.\""},{"@type":"Declare","tpe":"Integer","name":"x1","id":"id_881ec4da_fc72_4087_b5bf_01d8ac01469f","initValue":"0"},{"@type":"Declare","tpe":"Integer","name":"x2","id":"id_949c828a_7935_4068_bf4b_f77e5aa91be3","initValue":"0"},{"@type":"Declare","tpe":"Integer","name":"x3","id":"id_10ea865d_f342_48a3_b8a8_207cac97fba1","initValue":"0"},{"@type":"Input","name":"x1","id":"id_863c4a31_f65a_48d5_a3e4_71dffe1b9cbc","prompt":"Ingrese el primer número entero: "},{"@type":"Input","name":"x2","id":"id_06ee7036_29aa_4ca2_a830_d8222aa62240","prompt":"Ingrese el segundo número entero: "},{"@type":"Input","name":"x3","id":"id_a8171084_aef9_4670_917c_1064c68e6118","prompt":"Ingrese el tercer número entero: "},{"falseBlock":{"statements":[{"falseBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_914a34bb_cf2e_483b_b240_c1b9e153baf6","value":"\"Los números fueron ingresados en desorden.\""}],"id":"id_76f63aa3_9b80_48a7_9d28_48ba86bc6ca0"},"trueBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_1dda4dbe_c4c7_4920_9b6c_f8bab99378c0","value":"\"Los números fueron ingresados en orden descendente.\""}],"id":"id_132da682_2f63_4c32_a47d_29a0b3f4213b"},"condition":"x1>x2 && x2>x3","@type":"If","id":"id_01e26dfb_be89_4933_8115_18c6bf60ba8d"}],"id":"id_033cd145_147e_45c7_ad74_5264308426aa"},"trueBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_0de14eb4_cdd6_42ea_880e_bd2466a92c01","value":"\"Los números fueron ingresados en orden ascendente.\""}],"id":"id_7b88f333_39ef_484b_8fdf_8dc335aee8fd"},"condition":"x1<x2 && x2<x3","@type":"If","id":"id_051aae6f_4f67_42c8_8d11_9b5f25fe0aad"},{"@type":"Return","id":"id_9ef9aaaf_f0e2_4617_b09b_a198af7f06a5","maybeValue":null}],"parameters":[]},"id":"id_a06b1912_4c2f_4b52_b31b_9519e04082aa","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.2","revision":287}