bool variable : bool : Data Types C# Source Code


Custom Search

C# Source Code » Data Types » bool »

 

bool variable








    
 

using System;

class Operators {
    static void Main() {
        bool a = 4 > 5;
        Console.WriteLine("{0}", a);
    }
}

 
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Data Types
» bool