{"functions":[],"name":"Piedrahita Juan_repetitivasflo","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_35a80e8e_95bf_4fb9_8949_9548464b2934"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"Numero","lengthValue2":"5","id":"id_fa2b592d_c4c1_4d5b_8a1d_786d4c78b0bf","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"String","name":"Opcion","lengthValue2":"5","id":"id_8dd545e3_9847_4a50_beb1_9ac8a95e1478","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"ContPositivos","lengthValue2":"5","id":"id_b174d45a_9d72_42ec_81c9_eb8ba4d9a195","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"ContNegativos","lengthValue2":"5","id":"id_86fba21b_6ff9_4113_a95f_adac0e91520d","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"ContCeros","lengthValue2":"5","id":"id_97a0b112_d9c8_41a4_83fc_2b779e9a2d7c","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"ContPares","lengthValue2":"5","id":"id_6f28115c_4702_4db8_9a9d_a5fd6680f09f","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"ContImpares","lengthValue2":"5","id":"id_dd78d966_6155_4a38_9d3e_83f319ef211d","initValue":null},{"@type":"Assign","name":"ContPositivos","id":"id_7c9156c0_b576_4d62_a63a_534f379d135c","value":"0"},{"@type":"Assign","name":"ContNegativos","id":"id_3cd52947_624e_4579_97fb_5ac1797f954c","value":"0"},{"@type":"Assign","name":"ContCeros","id":"id_c2865ec5_0aa5_4ba9_ab4d_2ec397a7a543","value":"0"},{"@type":"Assign","name":"ContPares","id":"id_fcad1c36_c97d_4a3c_b0f9_466f53ed7f14","value":"0"},{"@type":"Assign","name":"ContImpares","id":"id_5e4a1a4a_279e_4542_98e9_7a783fbc345f","value":"0"},{"condition":"Opcion == \"S\" || Opcion == \"s\"","@type":"DoWhile","id":"id_b9fd8b43_2b84_4675_aac7_0262cb092c27","body":{"statements":[{"newline":true,"@type":"Output","id":"id_6fee1037_6327_4014_90d2_496cfa80927c","value":"\"Ingrese Numero\""},{"@type":"Input","name":"Numero","id":"id_f5eb6f5a_e54d_4128_b3d3_2dd39e43678b","prompt":null},{"falseBlock":{"statements":[{"falseBlock":{"statements":[{"@type":"Assign","name":"ContCeros","id":"id_aad12f0c_b417_4e35_899c_f26ccdff4af7","value":"ContCeros +1"}],"id":"id_41987ccf_bb86_400e_891a_cb5c67871bcd"},"trueBlock":{"statements":[{"@type":"Assign","name":"ContNegativos","id":"id_ce533e32_c8d7_4000_9ef2_79034b69c2ef","value":"ContNegativos + 1"}],"id":"id_eb2dd311_be57_475a_85b6_5dd6f3d3f52f"},"condition":"Numero<0","@type":"If","id":"id_31f3cd1b_27bb_41bf_887a_5246a33ebc9c"}],"id":"id_e522e67c_2b86_4bc9_b7d5_83cbda1c3aab"},"trueBlock":{"statements":[{"@type":"Assign","name":"ContPositivos","id":"id_b9483383_0940_4309_8365_b88f138bcf39","value":"ContPositivos + 1"}],"id":"id_b6278fd8_c23e_4b00_9a15_86c97a3dad25"},"condition":"Numero>0","@type":"If","id":"id_e7beaf02_f99c_4581_80ef_e7b1df426e90"},{"falseBlock":{"statements":[{"@type":"Assign","name":"ContImpares","id":"id_60d05f3e_252c_47d0_95d4_972c12ff426e","value":"ContImpares + 1"}],"id":"id_151fe64c_39ce_4e61_adc0_b500edb1d98e"},"trueBlock":{"statements":[{"@type":"Assign","name":"ContPares","id":"id_0a47feea_df05_4b32_a71e_da11f7ef806c","value":"ContPares + 1"}],"id":"id_b62249b2_90cb_48e6_8888_bf12d7b5b879"},"condition":"Numero % 2==0","@type":"If","id":"id_b018c29f_4cae_40ab_9e58_5304afe39d06"},{"newline":true,"@type":"Output","id":"id_f8e7c216_3adb_47b2_8812_4c199746145a","value":"\"Desea continuar S/N\""},{"@type":"Input","name":"Opcion","id":"id_8a9ffc87_bc93_406f_a260_9d5c58ee53aa","prompt":null}],"id":"id_6bcebe42_757b_4670_8338_549eaf03b243"}},{"newline":true,"@type":"Output","id":"id_d0dbdccb_68ff_4989_adf2_635cd7ff470b","value":"\"Positivos Ingresados: \" + ContPositivos"},{"newline":true,"@type":"Output","id":"id_7c953ab9_defc_4fa6_b92d_b2b44fba6d9f","value":"\"Negativos Ingresados: \" + ContNegativos"},{"newline":true,"@type":"Output","id":"id_34856927_96e1_436f_be23_2e3363e2aaf5","value":"\"Ceros Ingresados: \" + ContCeros"},{"newline":true,"@type":"Output","id":"id_3863516e_ad2f_4d81_b71a_f311b81647d9","value":"\"Pares Ingresados: \" + ContPares"},{"newline":true,"@type":"Output","id":"id_008a8bbb_286e_483c_b118_83a1a3d7b0bd","value":"\"Impares Ingresados: \" + ContImpares"},{"@type":"Return","id":"id_8fcbb5e8_a02c_42e4_975c_ed90214bdddf","maybeValue":null}],"parameters":[]},"id":"id_7ecfb162_9379_44c8_8535_c9d177202f91","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":909}