Skip to contents

This function calculates the annual cost of rent for a hypothetical store in a user-selected location based off of the user-provided monthly rate of rent on a building. This function is not employed if the user plans to own a building (scenario 1).

Usage

Annual_Rent(Monthly_Rent = 0)

Arguments

Monthly_Rent

User-provided monthly rate of rent for a building.

Value

The output returns the estimated dollar amount spent on rent per year for a hypothetical grocery store in a given building.

Details

This function multiplies the user-provided monthly rate of rent for a building by 12 to get the annual cost of rent.

Author

Aaron Null