Faça uma função que calcule o montagem de um investimento com juros simples que receba como argumentos o capital inicial C, a taxa de juros i em %, e o tempo de aplicação t.
O valor deve ser arrendondado em 2 casas.
JurosSimples(2490, 2.5, 8) = 2988;
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers57
Suggested Problems
-
Sum all integers from 1 to 2^n
17823 Solvers
-
Fahrenheit to Celsius converter
606 Solvers
-
Convert a Cell Array into an Array
2298 Solvers
-
182 Solvers
-
Calculate the average value of the elements in the array
1799 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!