...

/

Challenge: Check if the Given Character is an Alphabet

Challenge: Check if the Given Character is an Alphabet

Test our understanding by solving a slightly difficult challenge in this lesson.

Problem statement

In this challenge, you are given a character. Your task is to find whether the given character is an upper-case alphabet, a lower-case alphabet, or a non-alphabetic character.

Input

We have already initialized the variable character at ...