C program to calculate acceleration

C program to calculate acceleration

Output:

Enter velocity: 5
Enter the time: 2
The acceleration is 2.500000

Implementation: