{"functions":[],"name":"Cálculo de IVA","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_f201e7f1_5e94_4218_a742_01e88275b980"},{"newline":true,"@type":"Output","id":"id_da281f0d_820c_46fb_842a_db04d7506b6e","value":"\"Bienvenido al programa de Calculador de IVA (19%)\""},{"newline":true,"@type":"Output","id":"id_6dbd65c9_3c10_41e4_8538_e5e1516c92e7","value":"\"A continuación, deberas ingresar el precio neto de algún producto\""},{"newline":true,"@type":"Output","id":"id_616cc991_7a68_4f31_98d8_8c3befe19464","value":"\"El programa calculará automáticamente el valor del IVA (19%)\""},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Precio","lengthValue2":"5","id":"id_eddadb5b_dd33_43cb_9e79_3daf07c04fd6","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"PrecioIVA","lengthValue2":"5","id":"id_b172f247_d560_4bdf_951f_f43bf1544b19","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"PrecioTotal","lengthValue2":"5","id":"id_d75aa4f3_86d0_4748_9e2d_86ae480d3c65","initValue":null},{"@type":"Input","name":"Precio","id":"id_77a4f46a_2b68_4b86_97ee_f67897b35e2f","prompt":null},{"@type":"Assign","name":"PrecioIVA","id":"id_ac633c67_e22f_42bc_bf06_b681f6f99da8","value":"Precio * 0.19"},{"newline":true,"@type":"Output","id":"id_ab867495_65a4_4a2b_be6e_1c13625a573c","value":"\"El monto del IVA correspondiente de \" +Precio+ \" corresponde a: \" +PrecioIVA"},{"@type":"Assign","name":"PrecioTotal","id":"id_b998baf3_7b74_4b87_90f0_e44902abc504","value":"Precio + PrecioIVA"},{"newline":true,"@type":"Output","id":"id_fd530e90_db97_4518_bb21_5ffd21d692f5","value":"\"El valor del IVA aplicado a \" +Precio+ \" es de: \" +PrecioTotal"},{"@type":"Return","id":"id_23b64890_7936_4871_b5eb_ba1e25268a4f","maybeValue":null}],"parameters":[]},"id":"id_173e9864_69ba_425c_b799_4b12a207e6a3","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":1436}