Multiple choice

Find two identical codes on each line.

       
A B C D E
2A%4P 2%A4P 2A%4P 2%AP4 %AP42

  1. A and C

  2. B and D

  3. C and E

  4. E and A

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Code A is '2A%4P' and code C is also '2A%4P' - they are identical. Code B is '2%A4P' (different symbol placement), D is '2%AP4' (different order), and E is '%AP42' (different arrangement). The match is exact character-by-character comparison.