about | help | code help+videos | done | prefs |
Define a function that when passed a lowercase character, returns its uppercase value using bitwise operators. You can perform casting. to_upper_case('a') → 'A' to_upper_case('z') → 'Z' to_upper_case('g') → 'G' ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 3 Post-solution available
Copyright Nick Parlante 2017 - privacy