by @Isaac Alejandro Abrham Abrigo Valenzuela Fork
{"functions":[],"name":"Calculo de IVA","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_3f831124_c611_4c0e_859a_cb484088831b"},{"newline":true,"@type":"Output","id":"id_6359285f_de6e_44b9_b1fc_946b6a37966f","value":"\"Programa para calcular el precio del IVA de un producto y el precio final\""},{"newline":true,"@type":"Output","id":"id_ea0c0fa9_bd34_4b42_b867_8b293b079074","value":"\"Ingresar precio del producto\""},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Producto","lengthValue2":"5","id":"id_9026d97e_f849_4d25_b89a_5b3b10348d91","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"PrecioIVAdelproducto","lengthValue2":"5","id":"id_3267ae4c_7509_42d7_ade5_0f4994c3ee84","initValue":"0"},{"@type":"Input","name":"Producto","id":"id_f0149b90_be4a_4b47_b6bc_bdb9901227f9","prompt":null},{"@type":"Assign","name":"PrecioIVAdelproducto","id":"id_e3899564_b397_4890_a845_a0789d714e3c","value":"Producto * 19 /100"},{"newline":true,"@type":"Output","id":"id_0a8f77d3_94fd_4e4c_a36b_671c048ba094","value":"\"Precio IVA del producto \"+PrecioIVAdelproducto"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Preciofinal","lengthValue2":"5","id":"id_647bef98_4e8d_4129_b4ae_bfbd5c0f7096","initValue":"PrecioIVAdelproducto + Producto"},{"@type":"Assign","name":"Preciofinal","id":"id_bcd0679e_b4d4_4c91_8d21_9015150e1d4f","value":"PrecioIVAdelproducto + Producto"},{"@type":"Input","name":"Producto","id":"id_620046d0_c5b9_4fe6_8559_b17386aec437","prompt":null},{"newline":true,"@type":"Output","id":"id_ab199176_9406_4466_84f6_4e128b668115","value":"\"Precio final del producto con el IVA \"+Preciofinal"},{"@type":"Return","id":"id_d38a4045_936f_476f_971f_237101cf49c0","maybeValue":null}],"parameters":[]},"id":"id_13d8a24f_bc0f_4da1_acd2_452a16a2e411","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":1544}