What is going wrong here. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
12th Jun 2021, 9:17 AM
Aditya Dhiman
Aditya Dhiman - avatar
2 Answers
+ 2
Line 25: Replace if(board != 250) + <board> is an element, you were supposed to check <pos> in that line. With if(pos != 250)
12th Jun 2021, 12:22 PM
Ipang
+ 1
what are you trying to achieve here
12th Jun 2021, 11:53 AM
visph
visph - avatar