I believe what i am trying to do is very simple but I get the error.
Operator \'*\' cannot be applied to operands of type \'method group\' and \'double\'
You are missing the paranthesis from your function call to dayrental, which is causing the compiler to think you are refering to the method itself rather than the result of a call to that method.