Multiple Choice
4 3 2 1 1 4 3 4 3 2
Using the number string above, replace every 1 with the letter A, every 2 with the letter B, every 3 with the letter C, and every 4 with the letter F. For letters that appear more than twice, delete the first instance of those letters. Delete the first and the last letters in the string, and replace the vowels with the letter Z.
Which of the following letter strings corresponds with the directions above?
A) Z F Z C F C
B) Z Z F C F C
C) F C C F Z C
D) Z F C F Z C
Correct Answer:
Verified
Related Questions