Question: Using fortran! Programming Assignment 5a- Design Ballistic Table Program Your assignment is to design a program that computes and displays five (5) ballistic tables. This
Programming Assignment 5a- Design Ballistic Table Program Your assignment is to design a program that computes and displays five (5) ballistic tables. This 1s the first of a two-part assignment. The second part, 5b, will be to implement and test the program for this design. This program will isplay the range that a ball would travel when it i thrown wih an jniial Nesled velocity, w at an angle, B, degrees.Do atwent ab all would travel when insidenwithanDowops insia i of Do luos DO loops are required to solve this problem. Do not unnecessarily duplicate code. One table should be calculated for each of the initial velocities: 0, 1, 10, 100, and 1000 meters per second. The outer conditionally controlled loop should provide for each of these cases. The table should have one row for every 5 degrees for angles between 5 and 85 degrees inclusive. This can be accomplished by a counter controlled inner loop-K Note that this assignment does not require a READ statement since all data required can be constructed into the program. Columns should have appropriate headings. White space should separate the tables. Do not use The result of a properly designed and implemented program for this function has been provided. Your assignment is to create the design that will reproduce this result. When your design is completed the specified output should match the results file provided. As always, your program must conform to the Assignment Submission R submissions. Requirements for design If we assume negligible air friction and ignore the curvature of the earth, a ball that is thrown into the air from any point on the earth's surface will follow a parabolic flight path integer:.. counter, int final-g 5, step- ntex)countor end do
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
