+ 1
Why is my code a failure
5 odpowiedzi
+ 6
You doen't declare and assign the variable 'RewardMoney' you use in your first statement ^^
+ 2
RewardMoney doesn't exist. You didn't create and set a variable for it.
0
You are using a variable named RewardMoney without declaring it. Tose kind of errors occur a lot and it's really important to detect them as quick as possible in order to prevent you code from errors. There are programs who helps doing that, such as checkmarx and others but it's still recommended to know to do it on your own.
Good luck!
0
thank you all i fixed the mistake. good looking out.
0
the code is now called scorpio and it is in my codes section