Faça uma função que receba um capital inicial (C), uma taxa de juros a ser aplicada (i) e um tempo (t) para qual será aplicado o investimento. Retorne o montante final.
Todos os calculos faram baseados em meses. E o valor final deve ser expresso em 2 casas decimais.
JurosCompostos(2000, 0.03, 4) = 2251.02
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers37
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3069 Solvers
-
Create a square matrix of multiples
502 Solvers
-
Set the array elements whose value is 13 to 0
1453 Solvers
-
477 Solvers
-
Element by element multiplication of two vectors
399 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!