by @Alessandro Grillo Fork
{"functions":[],"name":"New Program","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_d573fa86_4ca8_471a_8d2f_acc18180e1a6"},{"@type":"Comment","id":"id_7639a9b4_4b9a_41a7_9443_174b230674b6","text":"Alessandro Grillo 1SQ"},{"@type":"Comment","id":"id_5a68a3cc_1cb3_49a4_a098_df7618735bb8","text":"Alla fine di un referendum vengono immessi in un apposito programma il numero delle persone che si sono recate a votare, il numero dei voti \"sì\" ed il numero dei \"no\", visualizzare la percentuale dei \"sì\" e la percentuale dei \"no\" sul numero dei votanti"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"votiSi","lengthValue2":"5","id":"id_98d34197_4498_4bae_8a39_4fd96641e6e0","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"votiNo","lengthValue2":"5","id":"id_f84be2b1_b105_443e_a7a3_eb804a293c27","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"totaleVoti","lengthValue2":"5","id":"id_10c4c711_fbe4_4eed_affa_654ae90169f0","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"percentualeSi","lengthValue2":"5","id":"id_f78b101b_bfc7_4ad8_8fd1_54a228dd0f0c","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"percentualeNo","lengthValue2":"5","id":"id_5d5e4dc3_f333_46ba_8784_9e618d405885","initValue":null},{"newline":true,"@type":"Output","id":"id_91d24d27_8508_4ed7_acbe_d80ecf5e71b6","value":"\"inserisci numero totale voti si”"},{"@type":"Input","name":"votiSi","id":"id_87ac2aee_c035_4881_8748_20de854e3535","prompt":null},{"newline":true,"@type":"Output","id":"id_7922c404_422d_4413_b7ae_ac27a47b1bc4","value":"\"inserisci numero totale dei voti no”"},{"@type":"Input","name":"votiNo","id":"id_7bab2438_6778_4d2a_af28_547e9eb14f5e","prompt":null},{"@type":"Assign","name":"totaleVoti","id":"id_163275f8_cc48_42fd_a479_69580d2c3d00","value":"votiSi * votiNo"},{"@type":"Assign","name":"percentualeSi","id":"id_0903cee0_0bb9_4a13_b149_c18609339a68","value":"(votiSi/totaleVoti) * 100"},{"@type":"Assign","name":"percentualeNo","id":"id_2326f8f3_a9e9_4955_a12c_caa8023dd798","value":"(votiNo/totaleVoti) * 100"},{"newline":true,"@type":"Output","id":"id_7c605cb8_5d38_413a_9fad_3ff5c42d9870","value":"\"inserisci percentuale voti si”"},{"newline":true,"@type":"Output","id":"id_e2d03d26_c69b_4c19_96b8_ba8900404451","value":"\"inserisci percentuale voti no"},{"@type":"Return","id":"id_90ba6a28_f908_4bd0_b8f8_0cba8fe31713","maybeValue":null}],"parameters":[]},"id":"id_f0850658_f37b_476d_a5db_6dfcaf3a0d65","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":445}