Addition of two numbers using VB

Addition of two numbers using VB. how to achieve this?

Hi Sayali,

Kindly use below code for addition of 2 numbers.

a=?{a}
b=?{b}
c=a+b
msgbox c

Set objStdOut=wscript.StdOut
objStdOut.WriteLine"<<>>c::c<<>>"