answersLogoWhite

0

--THE SUM OF TWO NUMBERS:

declare

a number(2);

b number(2);

c number(2);

begin

a:=&a;

b:=&b;

c:=a+b;

dbms_output.put_line(a ' + 'b' = 'c);

end;

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
ReneRene
Change my mind. I dare you.
Chat with Rene
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: Addition of two numbers on plsql program?
Write your answer...
Submit
Still have questions?
magnify glass
imp