Problem 55920. Juros Simples
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
Solution Comments
Show commentsProblem Recent Solvers42
Suggested Problems
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1100 Solvers
-
Convert a numerical matrix into a cell array of strings
1830 Solvers
-
309 Solvers
-
463 Solvers
-
There are 10 types of people in the world
1120 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!