by @Mohamed Mihoub Fork
{"functions":[],"name":"New Program","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_12399f54_dfb2_4db8_bb73_3f319bc5a27e"},{"@type":"Comment","id":"id_7f458370_e34d_439c_a158_c239c6025cc0","text":"autore: mohamed mihoub"},{"@type":"Comment","id":"id_db4655df_8a77_4f96_9dd7_a0b46654a4d6","text":"un gruppo di amici fa un sondaggio per decidere se andare a gardaland o al bowling , dato il numero degli amici e quanti hanno scelto l'opzione A, calcolare quanti invece hanno scelto B e quale opzione ha vinto"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"numeroAmici","lengthValue2":"5","id":"id_9c9c3591_a9ca_42c6_b989_925eeb602ca3","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"votiA","lengthValue2":"5","id":"id_d914f748_5093_447e_a19d_a2b7fbb7cac9","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"votiB","lengthValue2":"5","id":"id_c2c3be75_929e_4136_a863_cf284dbe7616","initValue":null},{"newline":true,"@type":"Output","id":"id_aa7a95c9_1465_4323_92e1_fd6950ca004c","value":"\"inserisci numeri amici\""},{"@type":"Input","name":"numeroAmici","id":"id_75208544_21ac_455a_bb9a_61862751b9e5","prompt":null},{"newline":true,"@type":"Output","id":"id_1f63f57b_8e19_4817_a642_ad626a06823f","value":"\"inserisci voti opzioni A\""},{"@type":"Input","name":"votiA","id":"id_ee342db2_1ef6_4a82_8b3e_2463fd510973","prompt":null},{"@type":"Assign","name":"votiB","id":"id_af6c5a83_5e55_4790_b067_1276f2e8ea12","value":"numeroAmici - votiA"},{"newline":true,"@type":"Output","id":"id_e9cee8c5_cb49_4fed_b9a5_2c0ee51429db","value":"\"hanno scelto l'opzione B in: \" + votiB"},{"falseBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_828f272c_77f3_48c5_9691_ca535ee55813","value":"\"ha vinto il bowling\""}],"id":"id_62f1c2b1_7198_4716_9477_da6f3a4e5888"},"trueBlock":{"statements":[{"newline":true,"@type":"Output","id":"id_996e6329_2289_4e5d_a44b_9e93fab06089","value":"\"hanno scelto gardaland\""}],"id":"id_320b3b9f_c7ca_47ad_a758_cbc7bf8d78e5"},"condition":"votiA > votiB","@type":"If","id":"id_f23eafd0_090d_4f0a_a7c4_564ebb86c3ff"},{"@type":"Return","id":"id_8af451db_55a2_40cd_9a40_afcbfe77798a","maybeValue":null}],"parameters":[]},"id":"id_77cec12f_aa16_4018_9ac3_bba72bfe0367","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":654}