Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Multiplication table
Declare a number; b number; n number; Begin a:=2; for n in 1..20 loop b := a * n; dbms_output.put_line(a||' * '||n|| ' = ' ||b); end loop; End;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
cursor
Srinivas
IT
Sush_emp_work
6
Prime number
ff
Srinivas
Srinivas
regexp example
Please log in to post a comment.