Home
About
Contact
Privacy Policy
Terms And Conditions
Disclaimer
ELAB SOLUTIONS
Header Ads Widget
Responsive Advertisement
Home-icon
Ticker
6/recent/ticker-posts
Home
input and output
Gravity Fall
Gravity Fall
Abishiek
August 27, 2020
Gravity Fall Solution:
#include <stdio.h>
#include <math.h>
int main()
{
float d,vf,a=9.8,vi=0;
scanf("%f",&d);
vf=sqrt(vi+2*a*d);
printf("The object will hit the ground at %.2f m/s",vf);
return 0;
}
Post a Comment
0 Comments
Followers
Social Plugin
Ad Space
Responsive Advertisement
Popular Posts
Labels
Elab Solution
10
input and output
10
0 Comments