{"functions":[{"rawId":"id_c4373e04_56fc_4459_a755_0a4ccd2231cb","tpe":"Integer","name":"suma","statements":[{"@type":"Begin","id":"id_6f2b0b73_2321_48d0_bee4_dcc0107bb0f1"},{"@type":"Return","id":"id_ebd617e7_90d7_467a_929a_10b0b6c0fec2","maybeValue":"a+b"}],"parameters":[{"tpe":"Integer","name":"a","id":"070f2c89-cbcd-4717-8526-079a8ed0e9da"},{"tpe":"Integer","name":"b","id":"d60139f3-2080-4cca-b6ab-299e0f9f3762"}]},{"rawId":"id_8fca3a11_de7d_4616_afcd_b48cc1d1e57d","tpe":"Integer","name":"resta","statements":[{"@type":"Begin","id":"id_6b7700d7_f94f_4829_a5c4_964d4325d9f5"},{"@type":"Return","id":"id_bc84d5b5_81b9_42fe_8b7e_bc79665219c6","maybeValue":"a-b"}],"parameters":[{"tpe":"Integer","name":"a","id":"2515b3a6-9f7d-4a68-ae02-c00bf9002b8e"},{"tpe":"Integer","name":"b","id":"42406a33-b89d-4837-b9e3-2c058b430b97"}]},{"rawId":"id_5d6e268f_a00f_4dc2_ba34_50d2eb53a202","tpe":"Integer","name":"multiplicacion","statements":[{"@type":"Begin","id":"id_b894df8f_802b_422f_adf3_6e9e601e001d"},{"@type":"Return","id":"id_b5acfb34_34a9_455a_aca4_edb7540e75b8","maybeValue":"a*b"}],"parameters":[{"tpe":"Integer","name":"a","id":"d5881ec3-5a7b-4e93-837b-2390182a776f"},{"tpe":"Integer","name":"b","id":"c1864d61-1ab2-483d-946a-00a6df450636"}]},{"rawId":"id_858ec43a_ca4c_4fb8_ae3f_6d210a6b6ff6","tpe":"Integer","name":"division","statements":[{"@type":"Begin","id":"id_65fd5a7c_1e23_4558_8315_25b25ee1697e"},{"@type":"Return","id":"id_623b7bb7_338b_4367_a633_7feb3466c28c","maybeValue":"a/b"}],"parameters":[{"tpe":"Integer","name":"a","id":"61c5fc13-3dae-491e-b61c-fea821843ce6"},{"tpe":"Integer","name":"b","id":"e516330c-670e-4dbe-a7ab-1cba62e10cd8"}]},{"rawId":"id_e5f3ee3e_1487_4a70_b104_44ba5a6361d7","tpe":"Integer","name":"potenciacion","statements":[{"@type":"Begin","id":"id_cb3e7cb1_32ce_48d8_a2a5_079f3ce2c0ee"},{"@type":"Return","id":"id_bf55ce6d_691d_4698_97e6_07c580bbb445","maybeValue":"a**exponente"}],"parameters":[{"tpe":"Integer","name":"a","id":"c7795fe1-99ea-4b54-adf9-0524f94c7bdd"},{"tpe":"Integer","name":"exponente","id":"07b762ca-3181-46cd-8486-be4320bb98b4"}]},{"rawId":"id_b04cfbe4_1ae1_409b_ac10_49337f2641ff","tpe":"Real","name":"radicacion","statements":[{"@type":"Begin","id":"id_0c003cfd_dd5b_43de_b633_0d5c88555a9d"},{"@type":"Return","id":"id_7f2620ec_6901_4dda_a41f_134a117d0469","maybeValue":"a**(1/raiz)"}],"parameters":[{"tpe":"Integer","name":"a","id":"a6ab7e37-739b-4451-ae26-b029784259e6"},{"tpe":"Integer","name":"raiz","id":"3e3433f6-0501-4469-809f-6ef79f80c561"}]},{"rawId":"id_2f296dd3_cde7_4ce1_9231_f8017cefdc6e","tpe":"Integer","name":"factorial","statements":[{"@type":"Begin","id":"id_dc03e7ea_39d6_436a_9500_2d20d9e52fb0"},{"@type":"Declare","tpe":"Integer","name":"resultado","id":"id_0dd2034c_a376_4da1_a437_0ee249d8353c","initValue":null},{"falseBlock":{"statements":[{"@type":"Assign","name":"resultado","id":"id_6ed743b1_7b41_48a6_b160_8783c5b9f997","value":"1"},{"varName":"i","incr":"1","@type":"ForLoop","start":"2","end":"n+1","id":"id_4fdb7df8_7ecf_44ca_beaf_bebc8f26e92c","body":{"statements":[{"@type":"Assign","name":"resultado","id":"id_a9ed53f2_b8dc_4404_b979_18417c5e87c2","value":"resultado*i"}],"id":"id_9f4cd642_0885_46a0_9452_d76a07f3f72e"}}],"id":"id_4251f64d_4875_4fe2_8847_3098f0df0419"},"trueBlock":{"statements":[],"id":"id_8cb4c93c_ac62_47fb_92f5_2e69f3f278e8"},"condition":"n == 0 or n == 1","@type":"If","id":"id_4f47fc9e_e4f4_4e1a_8cd2_850cc97537b7"},{"@type":"Return","id":"id_f72ccf02_7aff_4c55_a934_95b34466160e","maybeValue":"resultado"}],"parameters":[{"tpe":"Integer","name":"n","id":"19a70a51-9641-4be5-b354-bd334e8a9af4"}]}],"name":"New Program","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_57403266_84db_40d3_b02e_a9a367314fea"},{"@type":"Declare","tpe":"Real","name":"a","id":"id_41900e2b_3c23_4ff1_bf2c_6a67e5293db7","initValue":null},{"@type":"Declare","tpe":"Integer","name":"b","id":"id_c45a2752_9f2f_4684_bacb_64a0614c2ae3","initValue":null},{"@type":"Declare","tpe":"Integer","name":"raiz","id":"id_ff0ea141_455b_43b7_b47f_d1970395bcb4","initValue":null},{"@type":"Declare","tpe":"Integer","name":"exponente","id":"id_83664598_2517_4a2b_9199_93b2e947ae39","initValue":null},{"@type":"Declare","tpe":"Integer","name":"n","id":"id_5a5e675e_5be7_4710_b5ce_957df2e17370","initValue":null},{"@type":"Declare","tpe":"Integer","name":"opcion","id":"id_fbebec21_70cb_4850_b928_f7fe4ace40ad","initValue":null},{"newline":true,"@type":"Output","id":"id_9a5f276a_3520_4bc2_9567_82af109d5256","value":"\"Operaciones básicas:1. Suma, 2. Resta, 3. Multiplicación, 4. División, 5. Potenciación, 6. Radicación, 7. Factorial\""},{"@type":"Input","name":"opcion","id":"id_671aa14c_280e_4b67_b708_a8428abf187d","prompt":"Ingrese su opción:"},{"falseBlock":{"statements":[{"falseBlock":{"statements":[{"falseBlock":{"statements":[{"falseBlock":{"statements":[{"falseBlock":{"statements":[{"falseBlock":{"statements":[{"falseBlock":{"statements":[],"id":"id_9d7242b1_94f5_4964_a57d_8ed4594e29a7"},"trueBlock":{"statements":[{"@type":"Input","name":"n","id":"id_a9803661_3df8_4714_b273_4505e078b92f","prompt":"Ingrese el número: "},{"newline":true,"@type":"Output","id":"id_37aff17d_4988_40b8_8fc7_c2eacb4f7e2b","value":"factorial(n)"}],"id":"id_ca5f779d_c142_49e7_b99b_73260bb0cb88"},"condition":"opcion==7","@type":"If","id":"id_3a80a330_944e_4e1a_acf4_0bdc771df9e1"}],"id":"id_baa76ab6_315f_4a36_92c2_f7e9c3ef9f8c"},"trueBlock":{"statements":[{"@type":"Input","name":"a","id":"id_ecea2721_273b_4eb0_a267_e895b85d0e0e","prompt":"Ingrese el primer número: "},{"@type":"Input","name":"raiz","id":"id_c5d0d6af_6ede_4306_a4e9_41072841ea2a","prompt":"Ingrese la raiz: "},{"newline":true,"@type":"Output","id":"id_21ba3024_4692_42aa_960f_c4e66779eafd","value":"radicacion(a, raiz)"}],"id":"id_4f71f5a5_979f_499e_9034_2eb530d068da"},"condition":"opcion==6","@type":"If","id":"id_4f1ec336_6647_43a2_b287_640c0948a422"}],"id":"id_9309f063_19ad_4832_a4fd_bbf815012afd"},"trueBlock":{"statements":[{"@type":"Input","name":"a","id":"id_1f75572b_2ddc_4c5d_ba89_e4e6d1480ff6","prompt":"Ingrese el primer número: "},{"@type":"Input","name":"exponente","id":"id_0168e13b_44ec_44d5_88fb_cafd79861bcd","prompt":"Ingrese el exponente: "},{"newline":true,"@type":"Output","id":"id_6f9714eb_9469_453a_bb33_71f2ac0378d2","value":"potenciacion(a, exponente)"}],"id":"id_bdb8b42e_31c2_46fa_8683_5d8934dc4fb8"},"condition":"opcion==5","@type":"If","id":"id_4be147ea_9735_4d00_93f0_c5a70068eb39"}],"id":"id_8a074177_9df3_4fce_93d6_c54f66341a13"},"trueBlock":{"statements":[{"@type":"Input","name":"a","id":"id_2ccfa6f8_a9fb_48ed_bb77_61f8068c1408","prompt":"Ingrese el primer número: "},{"@type":"Input","name":"b","id":"id_9df0b2b5_66c0_4d5f_b33c_db74e81973f5","prompt":"Ingrese el segundo número: "},{"newline":true,"@type":"Output","id":"id_26836b84_a676_406f_afbd_889d4403c4be","value":"division(a, b)"}],"id":"id_c7647868_523f_4436_af41_7600c4527735"},"condition":"opcion==4","@type":"If","id":"id_6f00a485_14f9_4554_858c_325e748ae79e"}],"id":"id_8c0886c4_c52f_4d65_86fd_414d53b87915"},"trueBlock":{"statements":[{"@type":"Input","name":"a","id":"id_a3dbb846_89e5_47c0_9498_09b6d90eb5a1","prompt":"Ingrese el primer número: "},{"@type":"Input","name":"b","id":"id_c72443f0_f3e8_444b_b6ca_8f31566a7bed","prompt":"Ingrese el segundo número: "},{"newline":true,"@type":"Output","id":"id_f5c42210_1fff_4451_b7e5_4925394962c2","value":"multiplicacion(a, b)"}],"id":"id_4f90135a_44b7_48ff_a5f2_eb63a7975c35"},"condition":"opcion==3","@type":"If","id":"id_c9347620_9970_406c_8084_adbf94fea68e"}],"id":"id_70b81b87_34ca_4121_b198_5a4a4d38fad4"},"trueBlock":{"statements":[{"@type":"Input","name":"a","id":"id_bb2b9c93_8a32_437b_a777_eb563934f2a3","prompt":"Ingrese el primer número: "},{"@type":"Input","name":"b","id":"id_fbdc78e2_dcc6_4ee6_a0d5_2bcd42deae31","prompt":"Ingrese el segundo número: "},{"newline":true,"@type":"Output","id":"id_a6fd4580_1b30_4592_bd1b_f096781a8af3","value":"resta(a, b)"}],"id":"id_350a7e50_df1c_47c4_9e6c_ffae52a9c506"},"condition":"opcion==2","@type":"If","id":"id_c828ee68_c096_4547_b063_88bee17df335"}],"id":"id_6b4a50a3_341a_4f65_80e1_6ffebb9f5bec"},"trueBlock":{"statements":[{"@type":"Input","name":"a","id":"id_567b547b_9a16_413f_9707_fb6627199d00","prompt":"Ingrese el primer número: "},{"@type":"Input","name":"b","id":"id_66bcb7b6_b3fa_44de_8e9a_9c3f871c9d61","prompt":"Ingrese el segundo número: "},{"newline":true,"@type":"Output","id":"id_940eadd0_748e_46db_8efa_a75c37115917","value":"suma(a, b)"}],"id":"id_2d5c7f5d_3d9f_4b3a_8b2f_bcc3a53f3451"},"condition":"opcion==1","@type":"If","id":"id_36839667_76cd_4cee_a619_746cf791d251"},{"@type":"Return","id":"id_6f2ae2b5_a448_4455_aa21_f7fa51d04b76","maybeValue":null}],"parameters":[]},"id":"id_be00bffd_641c_4e5b_9078_7ed6df2792c6","config":{"showDebugVars":false,"showIoBtns":false,"showFunctions":true,"lang":"java","showGenCode":false},"version":"0.2","revision":2299}