How to create financial calculator? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to create financial calculator?

need to make a tip calculator which language is better

17th Dec 2016, 6:29 AM
Awrang Zaib
Awrang Zaib - avatar
2 Answers
+ 4
thanks
17th Dec 2016, 9:31 AM
Awrang Zaib
Awrang Zaib - avatar
0
You could, in theory, use almost any scripting or programming language for this... Your choice of which to use should be weighed more against what kind of features you're looking to implement, what platform you would like it to run on, whether you want the code obscured (compiled) or if it's just for your personal use and a script would be just fine. Since you're looking to calculate tips, you'll need any language that supports floating-point numbers and multiplication. This would include but is certainly not limited to C# (C++, etc.. Any C language) on the compiled side and JavaScript or even Batch would work... Your options are rather endless, so I would advise planning your goals and letting those drive your decision.
17th Dec 2016, 6:38 AM
Matthew Shephard
Matthew Shephard - avatar