Hello gurus,
I think I have confused myself already the query below but first, here is what we are trying to accomplish.
Users who wish to travel with limousine can make different types of trips.
They are:
One way trip to the airport,
One way trip from the airport,
On way trip not involving the airport,
Round trip involving the aiport
Round trip not involving the airport
Here is the kicker. If a user's trip is of the round trip variety, then the user's fare doubles.
For instance, if a user is going a round trip from some city to aiport and back, if the one way trip is $50.00, then round trip will be $100.00
Then if the client wishes to be driven in an SUV (Sports Utility Vehicle), then an additional $12.00 is added.
I started coding it but got confused.
Can you please help?
Dim val As String = tripType.SelectedItem.Value
...
Go to the complete details ...