Before and After incrementer

Before and After incrementer

  Dim data() As Int16 = {1, 2, 3}
        Dim i As Int16 = 2
        data(i) += data(i) + 10  ' Output will 16// 3 +  3 + 10

        ' This will Work as
        ' (3 + 3 ) + 10
        Console.WriteLine(String.Join(",", data))

Comments

Popular posts from this blog

Shared / Static Class in vb.net/C#

Xamarin Forms : PopUp Page with RG.Plugins.Popup

Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard)