Hi Everyone,
I want to start by saying I'm not very good with the programming code side of things so I apologize in advance if my question seems too broad to be answered effectively...
I am trying to create an app that does various basic (adding, subtracting, multiplcation, and division only) calculations based on various user inputs. For example, the user will input a value for "fluid rate", a value for "gas rate" and my calculation will output the "combined flow rate".
Furthermore, I have a library of preset values based on the user choosing a "casing size". For example, I would have a list of casing sizes from which the user will choose, and based on that size chosen, it will grab the corresponding volume corresponding to that size and then be able to use it in our calculation of another variable, such as "velocity".
Any input will be GREATLY appreciated. Thank you all so much in advance!!