Given the variables costOfBusRental and maxBusRiders, write an expression corresponding to the cost per rider (assuming the bus is full).

LANGUAGE: Visual Basic

CHALLENGE:

Given the variables costOfBusRental and maxBusRiders, write an expression corresponding to the cost per rider (assuming the bus is full).

SOLUTION:

costOfBusRental \ maxBusRiders