{"functions":[],"name":"Baeza_3F_Lopez_3F_3","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_81076432_4f98_4200_8563_df4ca58a5dda"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"cantidadsacos","lengthValue2":"5","id":"id_6bc58219_7849_4994_a0ff_0e2cee0b6f7d","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"preciosaco","lengthValue2":"5","id":"id_0be2d50d_fd53_41d4_9106_55cab617bca8","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"costototal","lengthValue2":"5","id":"id_053e934c_76d1_4070_845c_1b317066d420","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"pesototal","lengthValue2":"5","id":"id_45a57945_189b_4acc_af70_903b9ffe2a2e","initValue":"0"},{"newline":true,"@type":"Output","id":"id_d02999b6_1e52_4d07_a922_6ef18a87f777","value":"\"Este programa pide el precio de un saco y la cantidad de sacos que se venderan y calcula el costo total a pagar y el peso total de los sacos\""},{"newline":true,"@type":"Output","id":"id_4a0460fe_7112_41ea_b0c8_92f7d95e51c6","value":"\"Ingrese el valor de un saco \""},{"@type":"Input","name":"preciosaco","id":"id_c3dd3d68_b41d_46c8_88fa_632903a73971","prompt":null},{"newline":true,"@type":"Output","id":"id_e10455fc_4b06_42a1_b9f6_323a23202589","value":"\"Cantidad de sacos que se venderan \""},{"@type":"Input","name":"cantidadsacos","id":"id_b69719a9_048f_41c0_8f05_012d30d8738c","prompt":null},{"@type":"Assign","name":"costototal","id":"id_1da9943f_46a0_4a8e_a87b_3be031ec8391","value":"preciosaco*cantidadsacos"},{"@type":"Assign","name":"pesototal","id":"id_087fdd7d_c293_424c_a888_88e06c2efa34","value":"cantidadsacos*25"},{"newline":true,"@type":"Output","id":"id_a804d69a_daa5_4b0f_9256_c60c8785c74e","value":"\"El costo total a pagar es \" + costototal + \" y el peso total de los sacos son \" + pesototal + \" kg \""},{"@type":"Return","id":"id_119547f8_8fc6_48de_b3f8_cb3368acfa17","maybeValue":null}],"parameters":[]},"id":"id_09f2a492_3ccc_4c18_845b_2bc0c31a6289","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":874}