hey there, i m new in c++ world and want help. i want to write a program of equations of motion. the program should be able to solve equations of motion i.e. user can provide values of Vf, Vi , a , t, and S
but user will not some of them, program should decide which equation is suitable and find out remaining variables. its about 3 days i m trying to do it bt i have problm to distinguish known and unknown values and how to use the suitable equation according to data provided.
kindly help me