SyntaxFix
Write A Post
Hire A Developer
Questions
The problem is with -3.7(prof[x]), which looks like a function call (note the parens). Just use a * like this -3.7*prof[x].
-3.7(prof[x])
*
-3.7*prof[x]