SPEED MEASURNG PROGRAMMING IN C
#include<stdio.h>
#include<conio.h>
void main()
{
int dis,time;
float sp;
clrscr();
printf(“nENTER THE DISTANCE YOU TRAVELLED AND TIME:”);
scanf(“%d%df”,&dis,&time);
sp=dis/(time*60)18/4;
printf(“n YOUR SPEED OF CAR IS=%f”,sp);
getch();
}
About The Author

Balkar Singh Thind is founder of TechNoEdit, He has been working On Many Tech Websites. But This is a One of Best Website. This is a Best Platform For All Android & iOS user's. You Can Find Here Latest Games, Apps, Tricks and as Well Latest Technology News of 2017.