Question: C++ only Define a function FindLot() that takes two integer parameters as the hourly parking price and the parking duration, and returns the parking lot
C++ only

Define a function FindLot() that takes two integer parameters as the hourly parking price and the parking duration, and returns the parking lot allocation as an integer. The lot is returned as follows: Parking lot allocation Price s 6 hours 7 - 10 hours 2 11 hours 7 2 3 4- 9 4 5 6 > 9 7 8 9 Ex: If the input is 2 5, then the output is: 1 1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
