Write and implement the Block unit so that the user enters the annual salary of the employee as well as the bonus, and then calculates the total salary, which is the annual salary plus the product of...


Write and implement the Block unit so that the user enters the annual salary of the employee<br>as well as the bonus, and then calculates the total salary, which is the annual salary plus the<br>product of multiplying the bonus value by the salary, then prints the total<br>Noticeable :<br>- The bonus must be converted into a percentage (if the user enters 15 it must be converted to 0.15). -<br>If the user does not enter values for the tag it must be considered zero (use NVI)<br>Please enter the salary amount: 50000<br>Please enter the bonus percentage: 10<br>PL/SQL procedure successfully completed.<br>G_TOTAL<br>----<br>55000<br>

Extracted text: Write and implement the Block unit so that the user enters the annual salary of the employee as well as the bonus, and then calculates the total salary, which is the annual salary plus the product of multiplying the bonus value by the salary, then prints the total Noticeable : - The bonus must be converted into a percentage (if the user enters 15 it must be converted to 0.15). - If the user does not enter values for the tag it must be considered zero (use NVI) Please enter the salary amount: 50000 Please enter the bonus percentage: 10 PL/SQL procedure successfully completed. G_TOTAL ---- 55000

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here