by @lucas ribeiro Fork
{"functions":[],"name":"programa12","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_94ba32b1_4e2b_40e2_a1a8_e24ef8c1daa2"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"inicial","lengthValue2":"5","id":"id_422799a0_a5b4_4d89_9ed5_f99d3d51bd5e","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"juros","lengthValue2":"5","id":"id_781d3f13_88c0_4be1_8715_90dca654827e","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"tempo","lengthValue2":"5","id":"id_a164fbb7_5714_4be7_b94c_442321584cf1","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"montante","lengthValue2":"5","id":"id_2aca3007_29c0_4d20_8e74_b2bb2e33e18f","initValue":null},{"newline":true,"@type":"Output","id":"id_eb0043e3_b772_4ec1_80f2_d0973d4cb002","value":"\"Insira o valor do capital inicial: \""},{"@type":"Input","name":"inicial","id":"id_16929d0c_368e_44f4_b764_41776332f19c","prompt":null},{"newline":true,"@type":"Output","id":"id_a6e11d33_f1ff_4b7b_945a_a86f7be6967c","value":"\"Insira o valor do juros (% ao ano): \""},{"@type":"Input","name":"juros","id":"id_cae713e5_4f52_42ac_96bd_74bbc10ec6d5","prompt":null},{"newline":true,"@type":"Output","id":"id_be63d512_c063_4547_a943_75f4fa92a50a","value":"\"Insira o tempo em anos: \""},{"@type":"Input","name":"tempo","id":"id_35527953_7528_4c94_bfc9_6ec545c17d7d","prompt":null},{"@type":"Assign","name":"juros","id":"id_880521c1_77cb_44d7_a0fe_b5fc05f7c395","value":"juros / 100"},{"@type":"Assign","name":"montante","id":"id_05a226fd_d569_40da_825a_363592bb1cc9","value":"inicial * pow((1 + juros), tempo)"},{"newline":false,"@type":"Output","id":"id_92f2fe5e_33d3_4016_9d65_5a38c3408848","value":"\"Montante final: R$\""},{"newline":true,"@type":"Output","id":"id_8fd48044_003e_4ce8_a8cc_f9caeb06c7c7","value":"montante"},{"@type":"Return","id":"id_8a6f1177_bc65_4173_bca7_bc25e50987f7","maybeValue":null}],"parameters":[]},"id":"id_ab9c3c00_d8f6_46f8_b90f_e0b5639e3631","config":{"showDebugVars":true,"useInputPrompt":false,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":false,"lang":"java","showGenCode":false},"version":"0.3","revision":319}