Hello Everybody Today I want to talk about Introduction to C# First Topic Variables=> Variables of C# Primitive Types PrimitiveTypeName ::= NumericTypeName | Boolean | Date | Char | String NumericTypeName ::= IntegralTypeName | FloatingPointTypeName | Decimal IntegralTypeName ::= Byte | Short | Integer | Long FloatingPointTypeName ::= Single | Double