Showing posts with label Simple If -else condition program in C#. Show all posts
Showing posts with label Simple If -else condition program in C#. Show all posts

Monday, 26 August 2013

Simple If -else condition program in C#

Q:- In the following example, you enter a character from the keyboard, and the program uses a nested if statement to determine whether the input character is an alphabetic character. If the input character is an alphabetic character, the program checks whether the input character is lowercase or uppercase. A message appears for each case?????
Read more »