Uppercase or Lowercase Problem
Uppercase or Lowercase Problem — ExecCode School DSA Practice
Solve the Uppercase or Lowercase problem on ExecCode. Free online school DSA practice in Input & Basic Conditions. Write and run code in Java, C++, Python — no signup required to run.
Problem description
You are given one letter. Your task is to if it is an uppercase letter, print Uppercase. If it is a lowercase letter, print Lowercase.
Examples
Input A; Output Uppercase. Input z; Output Lowercase
Constraints
Input is a single English letter.
Practice Uppercase or Lowercase free on ExecCode. Browse DSA problems, topic map, and placement guides.