Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

VB.Net Statements

'Module Decide

    'Sub Main()
    'Dim a As integer = 8

    'If (a > 4) Then
    
    'Console.WriteLine("a is greater 4")
    
    'End if
    
    'Console.WriteLine("a is : {0}", a)
    
    'End Sub

'End Module



' interation for loop


'Module loops
   'Sub Main()
      'Dim a As Byte
      'Dim b As integer
      '' for loop execution 
     'For a = 10 To 20
           ' b = a*12
          'Console.WriteLine("value of a: {0}", b)
     ' Next
     ' Console.ReadLine()
  ' End Sub
'End Module



' Accessing an array

Module 






Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.