0
what is the problem of this ? swears on a syntax error in the string variable " pay"
3 Respostas
+ 3
Change
count_ change
to count_change
Extra space
Correct** line 15
pay = (((((count_worktime * 37.9 * 5.1) + (count_nightwork * 679.92)) - (( count_worktime * 37.9 * 5.1) + (count_nightwork * 679.92)) / 100*13)) - (34.22 * count_change ) - (167.44 * count_change / 100 * 13))#по итогу выдает Syntaxis error на переменную pay
On line 18
workName to nameWorkman
+ 2
Thank You!!
+ 1
God bless you, my friend!!