{"functions":[],"name":"New Program","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_a3806612_ccdb_4cc9_80b8_b37b091d7e2e"},{"newline":true,"@type":"Output","id":"id_8b4c8e7c_da99_48d1_adf8_dc7db26ad72c","value":"\"Este programa permite calcular el precio total a pagar y el precio total de kilos de saco de papas.\""},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Preciosaco","lengthValue2":"5","id":"id_4c5c1d37_3e8b_4305_8e06_8ca397b20a0c","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Cantidaddesaco","lengthValue2":"5","id":"id_148ef6e5_e0e1_4ef2_8205_6beefc8c9967","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Costototal","lengthValue2":"5","id":"id_2aa19ecd_dc33_4c45_8abd_4bb6df8daebe","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Pesototal","lengthValue2":"5","id":"id_30ca626d_9a6e_4f9c_a884_eb0de663007e","initValue":null},{"newline":true,"@type":"Output","id":"id_c8b04331_a66d_46dd_836f_65672426ec45","value":"\"Introduce el precio por saco\""},{"@type":"Input","name":"Preciosaco","id":"id_5ed5f3cb_6836_44c7_8658_4b82f190fcca","prompt":null},{"newline":true,"@type":"Output","id":"id_a9153023_4e36_41a4_8ed2_a034d441e75a","value":"\"Introduce la cantidad de sacos\""},{"@type":"Input","name":"Cantidaddesaco","id":"id_62612e8a_a015_4169_9052_66235da6f80f","prompt":null},{"@type":"Assign","name":"Costototal","id":"id_3c074886_89b1_4d42_bb22_3e63ff064c40","value":"Preciosaco*Cantidaddesaco"},{"@type":"Assign","name":"Pesototal","id":"id_f5ce18c4_57f9_46de_a661_fefcc724bf73","value":"Cantidaddesaco*25"},{"newline":true,"@type":"Output","id":"id_117b96d1_cc95_48d1_9836_50808fe15613","value":"\"El peso total en kilos es \"+Pesototal"},{"newline":true,"@type":"Output","id":"id_164c4aae_d400_4624_8808_12434d9ff364","value":"\"El precio total a pagar es \"+Costototal + \" Pesos.\""},{"@type":"Return","id":"id_e337968c_657f_4fe3_bb37_5dc082553656","maybeValue":null}],"parameters":[]},"id":"id_679a4f06_cab3_4685_9c8c_709082b36f12","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":638}