{"functions":[],"name":"Esercizio 1 (Selezione) 15/","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_acc24714_d69a_4336_b780_bc9d48161cda"},{"@type":"Comment","id":"id_e966c52c_0617_48a1_b929_39992e55c0be","text":"Autore: Lorenzo Genellina 1RQ"},{"@type":"Comment","id":"id_da04acd6_7523_42cc_b9a8_14c62fa37238","text":"Su una strada la velocità massima è di 50 km/h. Scrivere un algoritmo che, data la velocità a cui viaggia un’automobile, stabilisce se ha superato il limite."},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"velocitaKmh","lengthValue2":"5","id":"id_4bcef763_2a28_4f9c_8d72_5f4fa83f50e7","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"LIMITEVELOCITA","lengthValue2":"5","id":"id_afd92405_38c1_4531_90b0_ab03f0891c90","initValue":"50"},{"newline":true,"@type":"Output","id":"id_33c511dd_c85c_4065_8a5f_07f331d46bd1","value":"\"Inserisci velocita della macchina\""},{"@type":"Input","name":"velocitaKmh","id":"id_3f89d1dd_af81_4d5a_8f5e_f71355084e30","prompt":null},{"falseBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_40bc18ec_eb23_4e48_b503_db8e4ea4e839","value":"\"Limite non superato: \" - velocita - \"Kmh\""}],"id":"id_bcb5526e_70f7_4e88_9f0b_7fc401741f2a"},"trueBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_82e31bb4_5b67_4cfb_a29b_c3c79cc87a22","value":"\"Limite superato: \" + velocita + \"Kmh\""}],"id":"id_e760caff_b6df_4748_9db6_1ff1f2bee0fb"},"condition":"velocita > LIMITEVELOCITA","@type":"If","id":"id_58c7c18d_165e_4841_a0af_11ee7bf68799"},{"@type":"Return","id":"id_1b824a2e_016e_4f69_9116_d5c3740aea21","maybeValue":null}],"parameters":[]},"id":"id_f50e9024_5092_4e3b_8249_b742a35bedde","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":424}