Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Programming Assignment 5a- Design Ballistic Table Program Your assignment is to

ID: 3591579 • Letter: P

Question

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

Explanation / Answer

The Do statement is the easy form of group processing.Do group is known as the statements between Do and End statements.The Do statement can be used simply within if-else/then statements to design a group of statements which will execute depends on wether the if statement condition is true or not.