Comments on binary addition program in visual basic
问题 I've got code for a binary addition console application which basically adds up two added binary numbers. could someone either explain to me how it works or write comments with the code to show how each part works. P.S All i don't understand is the function Heres the code: Dim a As Integer = 8 Dim b As Integer = 2 Dim c As Integer = 10 Sub Main() Dim binary1 As Integer Dim binary2 As Integer Console.WriteLine("---------------------BINARY ADDITION---------------------") Console.WriteLine(