{"functions":[],"name":"calderón_repetitiv","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"lengthValue":-1,"@type":"Declare","lengthValue1":"","tpe":"Integer","name":"numero","lengthValue2":"","id":"id_dd85ba71_0b1a_48ab_b5ba_b82ec37ea067","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"","tpe":"Integer","name":"positivos","lengthValue2":"","id":"id_d756bc57_fd83_49ab_858c_7335f61ca028","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"","tpe":"Integer","name":"negativos","lengthValue2":"","id":"id_1bf4283c_3551_4a67_8217_55879958cbc4","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"","tpe":"Integer","name":"ceros","lengthValue2":"","id":"id_18dfdc17_a1e9_40ca_9ca3_b9cd25855941","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"","tpe":"Integer","name":"pares","lengthValue2":"","id":"id_3881d9f1_3905_42c2_aa63_53c6031a137a","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"","tpe":"Integer","name":"impares","lengthValue2":"","id":"id_746f5191_1c9f_404c_9a65_44485d529862","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"","tpe":"String","name":"respuesta","lengthValue2":"","id":"id_0e4ebec0_23f3_468e_8027_22c06cf996d8","initValue":"\"\""},{"condition":"respuesta != \"N\" && respuesta != \"n\"","@type":"DoWhile","id":"id_deb7deb2_a65e_427e_93ff_48b706582fb8","body":{"statements":[{"@type":"Input","name":"numero","id":"id_e0a45970_1e1e_4a6d_89e9_edce24546198","prompt":"Ingrese un número:"},{"falseBlock":{"statements":[{"falseBlock":{"statements":[{"@type":"Assign","name":"ceros","id":"id_5af43f8a_20f3_43bb_8847_5826ef1b380b","value":"ceros + 1"}],"id":"id_18b5d093_38e0_4437_a828_90c9eaff4c76"},"trueBlock":{"statements":[{"@type":"Assign","name":"negativos","id":"id_9479883c_6e1c_4bd8_a1c8_305f4516f9e0","value":"negativos + 1"},{"falseBlock":{"statements":[{"@type":"Assign","name":"impares","id":"id_4d15dbcd_bdd3_4159_b6c9_5d2a806e6c68","value":"impares + 1"}],"id":"id_8f0a1298_42f5_430f_944c_a4537ad0d423"},"trueBlock":{"statements":[{"@type":"Assign","name":"pares","id":"id_0b76bc88_9122_42a3_a7c7_b46d7c46707c","value":"pares + 1"}],"id":"id_39909b88_5aa1_49b5_98e4_18be1f6ee5b1"},"condition":"numero % 2 == 0","@type":"If","id":"id_8e709e2f_88c7_45ee_8c27_5176b7b55f1e"}],"id":"id_4385fc34_8f24_4376_9060_7f04041541bc"},"condition":"numero < 0","@type":"If","id":"id_e6eff80a_40e3_4d02_aeb6_0960b96f4151"}],"id":"id_fb1e8bda_1706_4d7a_908e_7fa47399e2f9"},"trueBlock":{"statements":[{"@type":"Assign","name":"positivos","id":"id_3e359c4d_b557_4da8_b98b_7a47ee96d292","value":"positivos + 1"},{"falseBlock":{"statements":[{"@type":"Assign","name":"impares","id":"id_48171d3a_70f8_4a57_99eb_89a9da5f5e39","value":"impares + 1"}],"id":"id_470d7a5e_029b_4cec_9f45_59fd6733c576"},"trueBlock":{"statements":[{"@type":"Assign","name":"pares","id":"id_eafb29aa_f255_4d4f_b1c7_1ca78c18004f","value":"pares + 1"}],"id":"id_c2072f19_3ec7_4fcb_9827_67248503cb61"},"condition":"numero % 2 == 0","@type":"If","id":"id_761585bb_0b8d_46d6_bd8d_9634c1c19437"}],"id":"id_d227000a_6a75_434b_911f_fdb12b97ce20"},"condition":"numero > 0","@type":"If","id":"id_86c565db_ff89_487f_a814_7f05f2bf3e6f"},{"@type":"Input","name":"respuesta","id":"id_3e31fe5e_f462_4ac7_ae25_fb02080d224c","prompt":"¿Desea continuar ingresando números? (S/N):"}],"id":"id_89cca6e1_e21b_48a0_9537_1d04b1c539c8"}},{"newline":true,"@type":"Output","id":"id_c865199d_156f_42c5_9e0c_76023cb3ee42","value":"\"Cantidad de números positivos ingresados: \" + positivos"},{"newline":true,"@type":"Output","id":"id_2897fad0_0549_4d8f_a79b_fabf645af643","value":"\"Cantidad de números negativos ingresados: \" + negativos"},{"newline":true,"@type":"Output","id":"id_3cd4065e_7b93_441c_9d80_16247a531350","value":"\"Cantidad de ceros ingresados: \" + ceros"},{"newline":true,"@type":"Output","id":"id_701e979e_a78d_454f_8eb6_3847d1e69cdd","value":"\"Cantidad de números pares (positivos y negativos): \" + pares"},{"newline":true,"@type":"Output","id":"id_4dbc9456_2158_48e4_825a_2107a3785e94","value":"\"Cantidad de números impares (positivos y negativos): \" + impares"}],"parameters":[]},"id":"id_118178d0_5bd1_43c1_9b88_9881758ae1a0","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":true,"lang":"java","showGenCode":true},"version":"0.3","revision":14}