<=Back
The vertical height(h) in meters of a particle project is vertically upward with an initial velocity of 100m/s with respect to time(t) is obtained using the formula
h=100t+#4.9t^2#.
Write a visual basic program that would prompt a user to enter the time(t) using inputBox function. The program should the use a function to compute the height in meters and display the results in a picture box. Attach the code to a command button.
Viewed: 527 times
Share in: