Does anyone know how to make an interest calculator using C#? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

Does anyone know how to make an interest calculator using C#?

14th Jul 2017, 1:59 PM
Kamogelo Sedibe
Kamogelo Sedibe - avatar
3 ответов
+ 1
Yea just code the normal formulas used in maths and let the variables be inputted
16th Jul 2017, 9:45 AM
Leon Liju Joseph
Leon Liju Joseph - avatar
+ 3
Multiply the amount of money you'd like to receive interest on by multiplying it by (interest + 1), such as 1.05 for 5% increase. Modify this however you see fit, such as reducing by 5% by (1 - interest), such as 0.95 for 5% reduce.
14th Jul 2017, 3:05 PM
Cohen Creber
Cohen Creber - avatar
+ 2
Yea. Make a normal calculator, but every time you hit a number it makes a sexual moan. Then when you hit 'equals,' the answer cums to you.
14th Jul 2017, 2:15 PM
AgentSmith