program for addition of two numbers which is bug free
Answers
Answered by
1
cls
input"enter two no";a,b;
c=a+b
print "sum=";c
end
input"enter two no";a,b;
c=a+b
print "sum=";c
end
Similar questions