{"functions":[],"name":"5 taller decisiones","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_2a464fd6_24a3_4d85_80e9_690cc4e04656"},{"@type":"Comment","id":"id_7e39d728_cbeb_445d_9ede_60f60bef8d18","text":"Programa que lee tres números enteros y determina si el último dígito de los tres números es igual."},{"@type":"Declare","tpe":"Integer","name":"a","id":"id_312fbf1c_61d6_455d_a29f_7748c494f89c","initValue":"0"},{"@type":"Input","name":"a","id":"id_c2aebe15_58b0_4144_83a4_0231ef4687cb","prompt":"Ingrese un número entero: "},{"@type":"Declare","tpe":"Integer","name":"b","id":"id_fce6715c_adb4_4704_abf2_ef884fa2c90e","initValue":"0"},{"@type":"Input","name":"b","id":"id_59f29bf3_d503_4dde_86ea_1bcee37901c9","prompt":"Ingrese otro número entero: "},{"@type":"Declare","tpe":"Integer","name":"c","id":"id_e0456770_dfc8_49d4_8afa_2f7595d0765f","initValue":"0"},{"@type":"Input","name":"c","id":"id_a5c97941_e661_4ed2_9739_4b4d8dcbab55","prompt":"Ingrese otro número entero: "},{"@type":"Declare","tpe":"Integer","name":"aa","id":"id_3933eb1f_3a04_4d43_9fbc_967db4a87b37","initValue":"a%10"},{"@type":"Declare","tpe":"Integer","name":"bb","id":"id_b85a38fc_822b_47ab_b3cc_1585451544c3","initValue":"b%10"},{"@type":"Declare","tpe":"Integer","name":"cc","id":"id_f7e95419_80f6_4fb8_a29e_b19a0fce65ab","initValue":"c%10"},{"falseBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_cbf947ac_97cc_4067_9d5d_b865d1f2be2a","value":"\"El último dígito de los números ingresados no es igual para cada uno de los tres números\""}],"id":"id_9bcfd6d0_728b_42ff_aba8_5813f856f5aa"},"trueBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_d53e303d_f105_4e3d_9102_57e469a91454","value":"\"El último dígito de los tres números ingresados, es igual.\""}],"id":"id_815bed8b_3575_45f5_8eb4_941c62bd49a7"},"condition":"aa==bb && bb==cc","@type":"If","id":"id_6f241186_098d_4844_b3ef_dd80ee7f31f0"},{"@type":"Return","id":"id_48341cb1_9cdb_46f0_a797_47dbfc57d2c1","maybeValue":null}],"parameters":[]},"id":"id_934cebfb_dd97_48d6_ba1f_a29fe6fe82af","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.2","revision":401}