Run this code and select which variable is unknown from the menu. As long as values are given in the correct units (Newtons, kg, m/s^2), then the program will solve the problem and plot the result in a 3d plot. The input will accept either integers or floats.
Newton's Second Law:
Force = mass times acceleration
F = m * a;
a = F / m;
m = F / a;