by @DANIEL BASTIÁN MIRANDA QUIROZ Fork
{"functions":[],"name":"Cálculo descuento inteligente","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_6e1a9c06_c875_4139_a7d5_ffcda6b395ca"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"precio","lengthValue2":"5","id":"id_58bfe748_6cb6_447e_be15_ef63d6263706","initValue":"0"},{"newline":true,"@type":"Output","id":"id_81fe71ab_5651_4815_84ca_39d22c87dd94","value":"\"este programa dirá si su producto aplica al descuento de 20% (aplica a productos mayores a 50000)\""},{"newline":true,"@type":"Output","id":"id_b36c94d1_7ce4_4308_8b19_8429e924e120","value":"\"ingrese el precio del producto\""},{"@type":"Input","name":"precio","id":"id_8bceed48_a0ab_4c1f_8264_c211dfc4b84c","prompt":null},{"falseBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_c8e573ed_f4ed_4d2e_b18e_3ed7b3c9031d","value":"\"su producto no aplica para el descuento, por lo tanto pagarás \" +precio"}],"id":"id_072f1b70_0bb6_43b6_8e8c_1c357dffedf7"},"trueBlock":{"statements":[{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"descuentado","lengthValue2":"5","id":"id_43b6689e_d1f2_467c_9896_e486163de804","initValue":"precio-(precio*0.20)"},{"newline":true,"@type":"Output","id":"id_70d46623_3bb4_4700_8156_ca03933eaeda","value":"\"su producto aplica al descuento, por lo tanto tendrá que pagar \" +descuentado"}],"id":"id_74e88933_9bee_412a_9ed7_21e5c8e311ce"},"condition":"precio>50000","@type":"If","id":"id_f5f2ec2d_6f78_49f4_97be_84cc26df9f76"},{"@type":"Return","id":"id_fd2e3843_353e_4dc0_af94_3407fcaaec0e","maybeValue":null}],"parameters":[]},"id":"id_7a574b2d_0417_430b_90bc_f2303a0b1694","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":633}