Card game that you recommend?

[COLOR=#333333][FONT=adobe-clean]I am making a card game, like a game of poker,[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean]the problem is as follows:[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean]I’m keeping the Mcs in an array example:[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean]cards = [[1,2,3,4,5,6,7,8,9,10],[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean] [1,2,3,4,5,6,7,8,9,10],[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean] [1,2,3,4,5,6,7,8,9,10],[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean] [1,2,3,4,5,6,7,8,9,10]];[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean]ValueCards = [[1,2,3,4,5,6,7,8,9,10],[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean] [11,12,13,14,15,16,17,18,19,20],[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean] [21,22,23,24,25,26,27,28,29,30],[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean] [31,32,33,34,35,36,37,38,39,40]];[/FONT][/COLOR]

[COLOR=#333333][FONT=adobe-clean]I recommend you? save the value and mcs in an array? then make the comparison chart which is greater than through her index * [j][/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean]or is there another way to declare the Mcs and the value of the cards to make the comparisons between them to see which card is higher?[/FONT][/COLOR]
[COLOR=#333333][FONT=adobe-clean]I fail to display another way to state the mcs and the value of each other than in an array please help[/FONT][/COLOR]