Write a C# program that inputs a single character and checks to see if it is a lowercase English letter.
Your program should work as follows:
LOWERCASE if the user has entered a lowercase letter.NOT LOWERCASE if the user has entered any other character.You should use meaningful variable name(s), correct C# syntax, and indentation in your answer.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.