Write a computer program that computes the duration of a projectile’s flight and its height when it reaches the target. Program Constant: g = 32.17 # Gravitional constant # Program inputs: theta (float) # angle of elevation (in radians)# distance (float) # distance to target (in ft) # velocity (float) # projectile velocity (in ft/sec) # Program outputs: time (float) # time of flight # height (float) # height at impact # Relevant Formulas: ???? = ????????/(???????? ×???(?????)) ??????=???????? × ???(?????) ×????− (? × ???? × time/?) Example Input (prompt user as follows): Angle: 0.3 Velocity: 800 Distance: 11000 Example Output: Time = 14.392834521148679 Height = 70.63171358313048

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section: Chapter Questions
Problem 8PP: (Modify) a. Modify the program you wrote for Exercise 7 to provide the mass of a person as an...
icon
Related questions
Question

Write a computer program that computes the duration of a projectile’s flight and its height when it reaches the target.
Program Constant:
g = 32.17 # Gravitional constant #
Program inputs:
theta (float) # angle of elevation (in radians)#
distance (float) # distance to target (in ft) #
velocity (float) # projectile velocity (in ft/sec) #
Program outputs:
time (float) # time of flight #
height (float) # height at impact #

Relevant Formulas: ???? = ????????/(???????? ×???(?????))

??????=???????? × ???(?????) ×????− (? × ???? × time/?)
Example Input (prompt user as follows):

Angle: 0.3
Velocity: 800
Distance: 11000
Example Output:
Time = 14.392834521148679
Height = 70.63171358313048

Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning