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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers50
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5700 Solvers
-
Create a cell array out of a struct
2116 Solvers
-
1273 Solvers
-
特定の値がベクトル内に含まれているかを確認するコードを書こう
319 Solvers
-
930 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!