Register Login

How to Find a Factorial of a Given Using for Loop using PL/SQL?

Updated May 18, 2018

Hello All Expertz..

First and foremost i am a beginner. Here i am trying to find a factorial of a given using for loop using PL/SQL, i don't know what went wrong so here i posted the pic and give me a solution.


Comments

  • 24 Sep 2015 5:21 pm Rohit Mahajan Helpful Answer

    Value of  "i" will be controlled by the for-loop (row 9-10), so you can't assign a value "i", as you are on row 12. Remove row 12 (and row 4), and it should loop through.


×