{"functions":[],"name":"Cálculo de Descuento RT4","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_361984fb_000e_48d6_aa6c_dd7c67fc36cb"},{"newline":true,"@type":"Output","id":"id_2ba711f0_fcb4_41dd_881a_5227721584ee","value":"\"Bienvenido al programa calculo de descuento\""},{"newline":true,"@type":"Output","id":"id_2cc32aa0_d4ea_4106_bac8_c1df14243803","value":"\"Si la compra es superior a 50.000 CLP, se le aplicara un descuento del 20%\""},{"newline":true,"@type":"Output","id":"id_35f200bd_4604_4e77_9424_030f7d92126e","value":"\"Ingrese el valor de su compra\""},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Compra","lengthValue2":"5","id":"id_ac62a92f_2e51_42ea_bd2c_d5ab62a3fba4","initValue":null},{"@type":"Input","name":"Compra","id":"id_bc55fcaf_c53d_474a_ab9c_54c274b32f88","prompt":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Descuento","lengthValue2":"5","id":"id_fd14b3be_2b73_433c_8edf_08338236ec40","initValue":null},{"@type":"Assign","name":"Descuento","id":"id_f1efc083_9f68_4bfd_9133_814ca6099e62","value":"Compra - (Compra * 0.20)"},{"falseBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_16f91dc4_344a_4a77_8536_3bdc9a5f69c6","value":"\"El total a pagar es de \" +Compra"},{"newline":true,"@type":"Output","id":"id_2dd101b5_30f4_425c_90c3_a0129e8e64ef","value":"\"No se realizo ninguna descuento\""}],"id":"id_65e9852f_d1b7_4c27_ac5f_e7142b895a41"},"trueBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_884acc7f_bec1_4b2f_8318_101bc9f26b97","value":"\"El total a pagar es de \" +Descuento+ \"CLP (Con descuento aplicado) \""}],"id":"id_5d38c6ba_4811_49fb_b539_90dc84f7665f"},"condition":"Compra > 50000","@type":"If","id":"id_2571ab2d_2ab9_4eeb_b10a_4faa5e586174"},{"@type":"Return","id":"id_0ca67c0a_8e24_4654_a23b_c418440c6174","maybeValue":null}],"parameters":[]},"id":"id_c8718213_a2aa_4d2d_8a3d_c4a942966d2a","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":700}