I am begining with C and have exercise with a program that will display the duration in hours and minutes of the journey (assumed to take place all in one day) so i write this:
#include<stdio.h>
void main(void)
{
int DptTime,ArrTime,hours,mins,Dmins,Amins;
float DHours,AHours...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.