SyntaxFix
Write A Post
Hire A Developer
Questions
change this line
for(int a = 0, b = 1; a<cards.length-1; b=a+1; a++;){
to
for(int a = 0, b = 1; a<cards.length-1, b=a+1; a++){