I have
List1 = {A,B}
List2 = {C,D}
List3 = {E,F}
List4 = {G,H}
A program will print a final list composed by only one letter from each list. So one of the combination can be {A,C,E,G}.
How many combination are possible? What is the formula to count the number of the combinations?