Program for Addition of Two Number 

Input "Enter First Number = "  to  a
Input "Enter Second Number = "  to b
d  =  a  +  b
?"Answer is  =  " ,  d