by @Renato Tolentino Fork
{"functions":[],"name":"Cálculo de velocidad","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_5fbdbcd3_0cb5_462b_8da3_cac70c136371"},{"newline":true,"@type":"Output","id":"id_f553d521_991f_4fae_bbc3_17a1734a10b2","value":"\"Bienvenido al Programa de Cálculo de velocidad\""},{"newline":true,"@type":"Output","id":"id_0a81d267_87d9_49dd_93c3_7a5536df16a2","value":"\"El objetivo de este programa es calcular la velocidad a través de los siguientes datos:\""},{"newline":true,"@type":"Output","id":"id_679a2557_99f2_46af_b352_72a7b6ff868c","value":"\"Distancia recorrida (Km) y el tiempo empleado (Horas)\""},{"newline":true,"@type":"Output","id":"id_d685baf1_5a5a_451b_962a_a13a738afef2","value":"\"A continuación, ingrese la distancia (k/hm) recorrida (Enteros o decimal)\""},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"Distancia","lengthValue2":"5","id":"id_f3c777f5_0824_43a7_820a_a71bf7293778","initValue":null},{"@type":"Input","name":"Distancia","id":"id_f77cb5ad_75fa_4292_8987_2364f7284d85","prompt":null},{"newline":true,"@type":"Output","id":"id_d60bbb95_7d36_48c6_a631_7d7f91edb179","value":"\"Ahora ingrese el tiempo empleado (horas)\""},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"Horas","lengthValue2":"5","id":"id_0260097e_1ef7_4db0_ae63_7f4d5ded2e83","initValue":null},{"@type":"Input","name":"Horas","id":"id_079b2251_8db8_426d_beb8_7dcebe559728","prompt":null},{"newline":true,"@type":"Output","id":"id_3cb88d58_773b_4016_a225_5a5de7935e3b","value":"\"Calculando velocidad...\""},{"newline":true,"@type":"Output","id":"id_0287bab1_4064_4cf3_8427_1564de68c12d","value":"\"...\""},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"velocidad","lengthValue2":"5","id":"id_2f10e9f3_f058_4e95_879b_30232fbe6564","initValue":null},{"@type":"Assign","name":"velocidad","id":"id_c570dff9_15df_444e_b6cb_792ac5758c7b","value":"Distancia / Horas"},{"newline":true,"@type":"Output","id":"id_641e77a2_275a_4690_bbc9_3a61b18b93f3","value":"\"La velocidad es de\" +velocidad+ \" km/h\""},{"@type":"Return","id":"id_cdea4f3d_37ba_4b09_8073_02c9cf923890","maybeValue":null}],"parameters":[]},"id":"id_0c68127a_6ee2_455a_8bf9_95d318576dcc","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":797}