here is the full code but still give me 0 as minimum?????? Code: #include #include #include #define NROWS 20 #define NCOLS 3 #define STATECOL 0 #define XCOL 1 #define YCOL 2 main() { FILE *inputdata; int i,j, xc,yc,tc,k; int taxi_list[NROWS][NCOLS]; int taxistates[NROWS],xtaxi[NROWS],ytaxi[NROWS]; double d_available[NROWS],d_inuse[NROWS],d_oncall[NROWS]; double min_available,min_inuse,min_oncall; double t_available,t_inuse,t_oncall; // customer info. printf(" please note that u need to press enter after ...