Feedback for these lessons is very much welcome. If you like or hate something about a lesson let us know, either on GitHub, via Mail or just tell us in person ;)
x
Feedback
Write a Program, that takes a character as input and prints whether it was a letter, a number or a special character.
Experts: If the input is a small letter, also print the capital equivalent and vice versa.
###Hints### Have a look at the ASCII code table.
Experts: Have a closer look at the ASCII code table.