Computer Science, asked by lovely63, 1 year ago

program for addition of two numbers which is bug free

Answers

Answered by pinaki2
1
cls
input"enter two no";a,b;
c=a+b
print "sum=";c
end
Similar questions