Check Alphabet Validity

# Introduction In this lab, we need to create a program that checks if a given character is an alphabet or not by determining if it falls within the range from 'a' to 'z' or 'A' to 'Z', and print 'Alphabet' if it does or 'Not Alphabet' if it doesn't.

|60 : 00

Click the virtual machine below to start practicing