18th Jan 2021, 5:22 AM
Amateur
4 Respostas
+ 3
Line 11: `get_c` is the name of a function. You are assigning it to a double variable which is not possible. Perhaps you wanted to call the function.
18th Jan 2021, 5:32 AM
XXX
XXX - avatar
+ 4
I told you the *exact* problem and I even told you how to fix the problem in the last sentence of my previous answer. Now you have to do it yourself.
18th Jan 2021, 5:37 AM
XXX
XXX - avatar
+ 1
Finally i found it🤔 In line 11 I should write *get_c()* Not *get_c*
18th Jan 2021, 9:33 AM
Amateur
0
Can you rewrite it for me?
18th Jan 2021, 5:35 AM
Amateur