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.
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
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.