Question: .txt part Start by using the skeleton code and create the following 5 programs in c-code using notepad++ 1. 2 Programs: Professor Jones is studying
.txt part Start by using the skeleton code and create the following 5 programs in c-code using notepad++
1. 2 Programs:
Professor Jones is studying Newton. He wants to explore = and F=m(dv/dt)
He has come to you as a super programmer and he wants 2 sets of code in which he can change the values of m, a and F and run comparisons. He wants printouts of F along with changing m and a. He wants units given for each.
Code set 1:
1.) You are to code for a keyboard input for m and a; then by formula, find F
2.) You are to code for a keyboard input for F and a; then by formula, find m
3.) You are to code for a keyboard input for m and F; then by formula find a
Code set 2:
Then he wants to find out what happens to F if he holds m constant and varies a using this formula: (v2-v1)/(t2-t1)
Choose a constant m and choose several v values and several t values to provide Dr Jones his 3 answers.
Make sure that you comment everything you do. The answer must make some sense.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
