Given the variables costOfBusRental and maxBusRiders, write an expression corresponding to the cost per rider (assuming the bus is full).
LANGUAGE: C++
CHALLENGE:
Given the variables costOfBusRental and maxBusRiders, write an expression corresponding to the cost per rider (assuming the bus is full).
SOLUTION:
costOfBusRental / maxBusRiders