Ask Question
10 October, 00:45

Assume the variable costOfBusRental has been declared as an int and assigned the amount that it costs to rent a bus. Also assume the variable maxBusRiders has been declared as an int and assigned the maximum number of riders on a bus. Write an expression that computes the cost per rider, assuming the bus is full.

+1
Answers (1)
  1. 10 October, 01:04
    0
    It's a total price divided to a number of riders involved. So costPerRider = costOfBusRental/maxBusRiders
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Assume the variable costOfBusRental has been declared as an int and assigned the amount that it costs to rent a bus. Also assume the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers