. Write a PL/SQL program to find the biggest
among two numbers.
Answers
Answered by
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
Social Sciences,
3 months ago
CBSE BOARD XII,
3 months ago
Math,
3 months ago
English,
6 months ago
Math,
11 months ago