answersLogoWhite

0


Best Answer

#include<stdio.h>

@include<conio.h>

void main()

{

float s,p,d;

printf("enter distance and time");

scanf("%f",&d,&t);

s=d/t;

printf("result=%f",&s);

getch();

}

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Program in c to find speed when distance and time are accepted at run time?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering