{"functions":[],"name":"Precio final","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_19f2d716_5bd7_4248_89bc_057e215e08d8"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Precio","lengthValue2":"5","id":"id_d1360356_f5be_4be5_bfd3_3189a7dfd6e4","initValue":null},{"@type":"Input","name":"Precio","id":"id_83aa1d89_76c0_4ad1_a786_9d71b138dc6f","prompt":"Ingrese el precio del producto (₡): "},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Descuento","lengthValue2":"5","id":"id_b369c440_0934_416d_aa58_64fb144ed34f","initValue":null},{"@type":"Input","name":"Descuento","id":"id_0f395412_32c0_45a2_87d4_080670f7d6a7","prompt":"Ingrese el porcentaje (%) de descuento:"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"PrecioFinal","lengthValue2":"5","id":"id_87dabb4f_fcd1_4ac0_8dac_b85d37adcf99","initValue":null},{"condition":"Descuento < 0 || 100 < Descuento","@type":"While","id":"id_f604752a_edfb_433f_8067_14ba972026cc","body":{"statements":[{"newline":true,"@type":"Output","id":"id_020b45c6_c135_44da_95ff_d974b4c59184","value":"\"Descuento no valido\""},{"@type":"Input","name":"Descuento","id":"id_b58eb068_06f1_44bf_825b_d79192ddbe0f","prompt":"Ingrese nuevamente el porcentaje de descuento:"}],"id":"id_0688e595_49ce_4748_a432_349a9ddcdd0b"}},{"@type":"Assign","name":"PrecioFinal","id":"id_6ad3b47c_e9ec_4d49_9a4b_07ede1974759","value":"Precio - (Precio * (Descuento/100))"},{"newline":true,"@type":"Output","id":"id_8357af44_2187_4182_bd26_7332bbb6459c","value":"\"El precio final es ₡\" + PrecioFinal + \" colones\""},{"@type":"Return","id":"id_4afbae97_84fb_4c69_a715_f96da896d514","maybeValue":null}],"parameters":[]},"id":"id_7e9e7e2a_d352_4ca6_be70_66f5f54a5a5e","config":{"showDebugVars":true,"useInputPrompt":true,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":463}