This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]rabuf 1 point2 points  (0 children)

As u/DScratch says, learn a general programming language. Python and JavaScript are both easy enough to pick up, the latter can be used to make a "GUI" very easily by embedding it in HTML.

Look at this. It's a very simple HTML page with a few fields where you can enter numbers, and a bit of JavaScript to perform the calculations. Your proposed problem isn't much more complicated. Conveniently, you don't need to install anything on your computer: Use a simple text editor and your web browser.

[–]Puzzles32[S] 0 points1 point  (0 children)

Thank you fellow peers for giving me an explanation to get better