Ask Question
25 September, 02:03

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.

+3
Answers (1)
  1. 25 September, 02:33
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers