Friday, July 4, 2014

VB.NET CODE TO DISPLAY BOOLEAN VALUE

Module Module1
    Sub Main()
 Dim b As Boolean
        b = 0
        Console.WriteLine(b)
        Console.ReadKey()
    End Sub
End Module

output
False

No comments:

Post a Comment

Computer Network & Computer Features | Bal Varg | Computer Questions List!

  Computer Network & Computer Features 1) _______ is a thin strip like bar present at the bottom of the screen.   Taskbar 2) _______ ser...