Question: 1) Write a PL/SQL Program to display table of the number. First the program will ask from you which table you want to display and
1) Write a PL/SQL Program to display table of the number. First the program will ask from you which table you want to display and when you select the table should provide output like following. The out put should look like that Please enter the number for Table: 2 2x1=2 2x2=4 2 x 3 = 6 .. . So on 2 x 10 = 20
2) Write a PL/SQL program that can act like a small calculator. The Program can perform 1) Addition 2) Subtraction 3) multiplication and 4) division The output should look like that Enter numbers a = 10 Enter number b = 20 Enter the operation you want to do = + The answer is a + b = 30 Do you want to do the operations (Subtraction/Addition/Multiplication/Division) again? Yes (Use loop if anyone want to repeat the operations.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
