{"functions":[],"name":"Somma NUM numeri","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_fa7550b1_c76f_40cf_a725_1b7dac92d54b"},{"@type":"Declare","tpe":"Integer","name":"NUM","id":"id_6c72bbe9_5e18_4f11_ad4d_adb25f6db5d4","initValue":null},{"@type":"Declare","tpe":"Integer","name":"somma","id":"id_df068214_b071_4064_8479_3d6682c3fe1b","initValue":"0"},{"@type":"Declare","tpe":"Integer","name":"numero","id":"id_ef620723_03da_4e2b_bcd3_2cbf1ce94bb5","initValue":null},{"condition":"NUM <= 0","@type":"DoWhile","id":"id_0c7a6b88_709b_46c2_8347_e51ac4f55777","body":{"statements":[{"@type":"Input","name":"NUM","id":"id_62870dac_c31e_4d9b_91dd_43ba5b761567","prompt":"Quanti numeri? "}],"id":"id_4168f173_d5e4_451f_99c0_a23a945746bf"}},{"varName":"contatore","incr":"1","@type":"ForLoop","start":"1","end":"NUM","id":"id_5366391a_cd3e_46ab_85df_8bb5df94c0ac","body":{"statements":[{"@type":"Input","name":"numero","id":"id_3ec7d5bc_a4ed_4558_a313_b0c69311db3e","prompt":"Inserisci numero"},{"@type":"Assign","name":"somma","id":"id_b05c097c_50de_43ef_968d_56cbc1687ce0","value":"somma + numero"}],"id":"id_39b9f17f_c40e_46c8_90fc_cb3a73fcc8e8"}},{"newline":true,"@type":"Output","id":"id_11160b5e_b316_4e4f_aade_8e65389ec97e","value":"\"La somma รจ \" + somma"},{"@type":"Return","id":"id_f4effddb_6a7c_4149_a555_41948066fed9","maybeValue":null}],"parameters":[]},"id":"id_9d8cb390_d6ba_4dfe_af3c_9ce8b45afc26","config":{"showDebugVars":true,"showFunctions":false,"lang":"java","showGenCode":true},"version":"0.2","revision":170}