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 Solvers59
Suggested Problems
-
The sum of the numbers in the vector
649 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
405 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
361 Solvers
-
245 Solvers
-
656 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!