Computer Science, asked by madhv3510, 6 months ago

. Write a PL/SQL program to find the biggest
among two numbers.

Answers

Answered by sianelizat
0

Answer:

DECLARE.

N NUMBER;

M NUMBER;

BEGIN.

DBMS_OUTPUT.PUT_LINE('ENTER A NUMBER');

N:=&NUMBER;

DBMS_OUTPUT.PUT_LINE('ENTER A NUMBER');

M:=&NUMBER;

Explanation:

I hope this answer is correct

Similar questions