Answer:
#include <stdio.h> #define Gray 32.17 /* gravitational constant */ #include <math.h> /*cos definition*/ #define PI 3.14159265
int main(void) double Theta; /*input-angle(radians)of elevation*/ double Distance; /*input-distance (ft) to target */ double Velocity; /*input-projectile velocity (ft/sec)*/ double Time; /* output-time(sec) of flight*/ double Height; /*output-height at impact*/
printf("Enter Distance> "); scanf("%f", &Distance);
printf("Enter Radians> "); scanf("%f", &Theta);
printf("Enter Velocity> "); scanf("%f", &Velocity
Time = Distance / (Velocity * cos(Theta*PI/180.0) ) ;
Height = (Velocity *sin(Theta*PI/180.0)*Time) - Grav*(Time* Time) );
printf("The time of flight is %.3f seconds.\n", Time); printf("The height at impact is %.3f feets.\n", Height);
system("pause");
return (0);
A shot sequence is the time between when a shot is shot and when it lands
Answer:
The blank space around the edges of a sheet of paper — as with the page of a book — that surrounds the text is called the margin.
To create a song of the Summer edhesive you can use the Python Code,
which will help you create sections based on the music genre.
<h3 /><h3>What is Python code?</h3>
It corresponds to a programming language that enables the development of various media platforms, such as games, social networks and artificial intelligence applications.
Therefore, the Python code helps to automate tasks as it is an open-source language, allowing communication and adaptation of different objectives.
Find out more about Phython code here:
brainly.com/question/16397886
#SPJ1