DECLARE N NUMBER(2):=&N; R NUMBER(2); V VARCHAR2(1000); BEGIN WHILE N>0 LOOP R:=MOD(N,8); V:=R||V; N:=TRUNC(N/8); END LOOP; DBMS_OUT...
Read More
Home / Write a program to accept a number and display it in the Octal format
Showing posts with label Write a program to accept a number and display it in the Octal format. Show all posts
Showing posts with label Write a program to accept a number and display it in the Octal format. Show all posts
Subscribe to:
Posts
(
Atom
)
Featured post
Political Full Forms List
Acronym Full Form MLA Member of Legislative Assembly RSS Really Simple Syndication, Rashtriya Swayamsevak Sangh UNESCO United Nations E...