Hi, please can someone help me with this.
I want to write a function sequence in C that returns 1 when a set of 5 cards appear in sequence ; 0 if not.
I don't understand very well what to do here.
the sequence is 2,3,4,5,6,7,8,9,10,jack,queen,king, with ace considered as either before...