Practice ยท 3 of 3
Character Arithmetic
Implement char letter_at(int index) that returns the uppercase letter at index from 'A' (so 0 -> 'A', 2 -> 'C', 25 -> 'Z'). One arithmetic expression on a char base is enough.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Value Surgery