Austin Gadget, Samsung Galaxy, Android Jelly Bean, stock firmware, Volcano Box, miracle box, Internet Access, huawei, How to Backup Data, iPhone 7 to PC/Mac and ZTE

C# Program to check entered value is character, integer or special symbol

C# Program to check entered value is character, integer or special symbol - We have long been building this blog, we are trying to present a complete and reliable information. ranging from hardware products to software that develops to facilitate your life, but as the gadget's increasingly sophisticated capabilities are increasingly also the menu that you must understand, in the blog Austin Gadget we will review many gadget products from start speck and price, we will discuss first about C# Program to check entered value is character, integer or special symbol hopefully information will give will give answer to your question to google, please refer to.

Articles : C# Program to check entered value is character, integer or special symbol
full Link : C# Program to check entered value is character, integer or special symbol
Article Csharp, Article programming, Article programs,

You can also see our article on:


C# Program to check entered value is character, integer or special symbol

C# Program to check entered value is character, integer or special symbol

Program Statement:
Write a program which takes one value from user and check whether the entered value is character, integer or special symbol.

Solution:
 static void Main(string[] args)
{
char value;
int a;
Console.WriteLine("Enter value to check Character, integer or special symbols ");
value = Convert.ToChar(Console.ReadLine());
a=(int)value;
if (a >= 65 && a <= 90 || a >= 97 && a <= 122)
Console.WriteLine("Entered Value is Character");
else if(a>=48 && a<=57)
Console.WriteLine("Entered Value is Integer");
else if(a>=0 && a<=47 || a>=58&&a<=64 || a>=91&&a<=96 || a>=123&&a<=127)
Console.WriteLine("Entered Value is Special Symbols");
else
Console.WriteLine("Invlaid input :(");
Console.ReadLine();
}




so many information about C# Program to check entered value is character, integer or special symbol

hopefully the information we provide about C# Program to check entered value is character, integer or special symbol can be useful for you and the readers of all readers of this blog.

you just finished reading the article with the title C# Program to check entered value is character, integer or special symbol if you intend to bookmark or share please use the link https://austinangck2809.blogspot.com/2013/12/c-program-to-check-entered-value-is.html and if you want to get other information please visit other pages on this blog.

Tag : , , ,
Share on Facebook
Share on Twitter
Share on Google+

Related : C# Program to check entered value is character, integer or special symbol

1 comments:

  1. Some time special symbols. Change your life But you need to add some more great post . Keep posting.

    The best Logo Design Dubai Company always ready to help you.

    BalasHapus