I don't understand nth_member.
I haven't done this, this is part of the assignment that we are doing.
inboard(C) :-
0<C,
0<9.
But my main problem is
coordinate_to_list(X/Y,L) :-
length(L,8),
(i don't know what to do here)!!
I sent the teacher a mail and...