Done. I hate math.

Congrats on getting it done !!
Just a couple minor suggestions (take them or leave them) :
If using WriteLine for one input you might want to do the same for the second or switch both to using Write so that they look the same (notice the 45 is on a new line where 200 is at the end of the same line) probably want both the same for consistency

)
Same for the <Degrees> qualifier -- might want to add <Meters per second> to the speed prompt.
Might want to break the top line into 2 lines so it breaks at a better location instead of being a wrapped single line (perhaps place everything after "shell" in a new WriteLine so that "and the distance it will travel is a second Line on the output)
Also might want a blank line ( WriteLine(); ) between the Welcome and prompt for input and another after the last line of output so that the Press any key prompt is separated from the output a bit.
Again all just suggestions and very minor things
