{"functions":[],"name":"mediaPonderada","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_df582b49_ed70_4f8c_b677_80cf439e7dd8"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"3","tpe":"RealArray","name":"notas","lengthValue2":"5","id":"id_347ad061_f8ac_4cb8_b738_bda8cfcfcb03","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"3","tpe":"RealArray","name":"pesos","lengthValue2":"5","id":"id_67f6e13f_a5df_4fef_8c62_9e0c846c1d94","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"indiceNota","lengthValue2":"5","id":"id_7e3602b0_e470_4ba7_bd0e_8ee647d599da","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"media","lengthValue2":"5","id":"id_eb726fdb_2e4b_40ee_b57b_0470f5798689","initValue":null},{"condition":"indiceNota < 3","@type":"While","id":"id_ed117e04_cd4c_4e8c_bbc4_7a817a061601","body":{"statements":[{"newline":true,"@type":"Output","id":"id_6a1aba03_8ed0_4ea8_9851_541b738562e0","value":"\"Informe o valor da \" + (indiceNota + 1) + \" nota: \""},{"@type":"Input","name":"notas[indiceNota]","id":"id_8a04c686_1ca8_4043_be59_9f7773786561","prompt":null},{"newline":true,"@type":"Output","id":"id_c85cbee0_79e3_4dd0_942d_6298f49bd8f7","value":"\"Informe o valor do peso da \" + (indiceNota + 1) + \" nota: \""},{"@type":"Input","name":"pesos[indiceNota]","id":"id_1f4b1f1c_33bf_4e8b_a4a4_7010c8d45c9e","prompt":null},{"@type":"Assign","name":"indiceNota","id":"id_19dc11b3_639f_4dea_8623_74cfa5e6b0d6","value":"indiceNota + 1"}],"id":"id_03146897_a5bc_4079_bb56_734bcbf0d473"}},{"@type":"Assign","name":"media","id":"id_abf62409_a3fb_4132_ab42_3661bdbdaab1","value":"((notas[0] * pesos[0]) + (notas[1] * pesos[1]) + (notas[2] * pesos[2])) / (pesos[0] + pesos[1] + pesos[2])"},{"newline":true,"@type":"Output","id":"id_31b31b48_67e0_45d2_a068_43e90f5e1e4a","value":"\"A média é \" + media"},{"@type":"Return","id":"id_f80ec8f3_d8f3_467e_88a5_f8ed705a73eb","maybeValue":null}],"parameters":[]},"id":"id_b870f91e_6f1a_4b5c_99e7_de8d9ee0fd0b","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":321}