Which Programming Language is Best for Labor Calculations?

0
12
Asked By CuriousCoder99 On

I'm looking to develop a program that can help me with labor calculations. Essentially, I want to be able to input financial statements, and then have the program return complete calculations based on that data. What programming language should I learn to achieve this?

2 Answers

Answered By MoneyMathGuy On

If you're leaning towards programming, I recommend C#. Its Decimal type is particularly good for financial calculations and adheres to accounting standards for rounding. Plus, there are libraries available that can help you work with spreadsheets if that's your data source.

LawyerInBrazil2023 -

That sounds somewhat similar to the system we use in Brazil called PJE for labor calculations. However, you still have to manually input a lot of data, which can be really tedious. We've yet to see a program that can just pull in all the required information automatically!

Answered By DataGuru42 On

You might want to consider using Excel for this kind of task; it doesn’t require programming skills and can handle basic calculations quite well. However, if you’re looking to dive into programming, any general-purpose language like Python, C#, or JavaScript can do the job. It all depends on how you want to process the data!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.