Exercise: Physics Projectile Simulation
Explore how to simulate a projectile's motion in C# by prompting user input for initial velocity, calculating heights at each second using a while loop, and displaying a formatted table of time and height. Understand how to safely parse numeric input, implement a loop with a break condition, and format output without advanced string features.
We'll cover the following...
We'll cover the following...
Problem statement
A physics student needs to simulate throwing a ball straight up into the air. Given an initial velocity (