A machine takes 3 types of input: Letters (A-Z), Numbers (1-9), and Symbols (!, @). It processes them as follows: Letters are converted to their reverse in the alphabet (A→Z, B→Y, …), Numbers are halved, and Symbols are removed. If the input is ‘B8@A’, what is the output?
A machine takes 3 types of input: Letters (A-Z), Numbers (1-9), and…
Written by
in
Leave a Reply