I have the following line of code
total1r = num1 + num2 + num3 + num4 + num5 + num6 + num7 + num8 + num9 + num10 + num11 + num12 + num13 + num14 + num15
I get a BC30188: Declaration expected error.
I tried adding the namespace system.Math, but that didn't work. I am sure this is very obvious fix.
total1r = num1 + num2 + num3 + num4 + num5 + num6 + num7 + num8 + num9 + num10 + num11 + num12 + num13 + num14 + num15
I get a BC30188: Declaration expected error.
I tried adding the namespace system.Math, but that didn't work. I am sure this is very obvious fix.