if(strcmp(p[pas].origin,"West")&&strcmp(p[pas].destination,"East")==0)
{
cost[pas]=5.62+5.62;
}
is this the right code for the two input strings? or is there something wrong since the program runs but i cannot get the return value