Ask Question
8 July, 22:58

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.

+5
Answers (1)
  1. 9 July, 02:50
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers