by @draiker Chuan Martínez Fork
{"functions":[],"name":"New Program","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_038599e8_ba4e_4d31_bd96_3e99ada7a4f0"},{"@type":"Comment","id":"id_376847d9_65a9_4485_8c2e_55c1336ad4dd","text":"Jeyson Chuan 1SQ"},{"@type":"Comment","id":"id_199a50e7_401e_4f30_bfb8_b2f59358c61e","text":"dato un tempo espresso in ore, minuti e secondi, calcolare il tempo totale in secondi"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"ore","lengthValue2":"5","id":"id_e06fe4c6_4973_49a1_a1ea_6fbb87c4c94b","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"oreSecondi","lengthValue2":"5","id":"id_4715e143_784a_4161_b011_3438e3fe3189","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"minuti","lengthValue2":"5","id":"id_754edc23_bd6f_42f0_88df_f154b4ea0361","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"minutiSecondi","lengthValue2":"5","id":"id_8b5f113a_638a_42c2_83fd_7916133b537d","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"secondi","lengthValue2":"5","id":"id_e464770a_2dd4_49fc_8c29_9d1c4c057f5a","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"totaleSecondi","lengthValue2":"5","id":"id_c9c93d34_5fb4_4036_b58e_ede26f755c91","initValue":null},{"newline":true,"@type":"Output","id":"id_cf012002_1903_48e0_8b0f_7911bdadd4f1","value":"\"Inserisci le ore\""},{"@type":"Input","name":"ore","id":"id_59e5f121_3bec_4a60_b97a_8ccf464c7b60","prompt":null},{"newline":true,"@type":"Output","id":"id_ccd09f71_9721_40cf_9c70_a0e5e9d6a5e2","value":"\"Inserisci i minuti\""},{"@type":"Input","name":"minuti","id":"id_32a852ca_40bc_4e00_94a2_dd45a5e0ebaf","prompt":null},{"newline":true,"@type":"Output","id":"id_b840ef58_8fd2_4ee5_b365_58faa2672fcc","value":"\"Inserisci i secondi\""},{"@type":"Input","name":"secondi","id":"id_ca64e73f_7ff1_413f_b390_b5372d4118cc","prompt":null},{"@type":"Assign","name":"oreSecondi","id":"id_81e004cc_c3e9_4d4b_a120_2d100bb4e064","value":"ore * 3600"},{"@type":"Assign","name":"minutiSecondi","id":"id_23d8af41_1934_433c_b057_ed045393cbea","value":"minuti * 60"},{"@type":"Assign","name":"totaleSecondi","id":"id_41705a82_588f_44ac_8fce_f3011140bf2a","value":"oreSecondi + minutiSecondi + secondi"},{"newline":true,"@type":"Output","id":"id_792cede9_4563_4394_a384_a90fd68b43d5","value":"\"Inserisci il numero totale di secondi \" + totaleSecondi"},{"@type":"Return","id":"id_70097573_f700_4e07_9c90_e8ed2c2766d7","maybeValue":null}],"parameters":[]},"id":"id_501858f2_9eea_4557_8c1a_dd0356e997f2","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":470}