نمونه ای از نحوه اعلان متغیرهای انواع دیگر:
int myNum = 5;float myFloatNum = 5.99f;char myLetter = 'D';bool myBool = true;string myText = "Hello";