Create a package with procedure that shows the usage of the WHILE loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
Create a package with procedure that shows the usage of the WHILE loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
Share
avg1 NUMBER:=0 ;
sum1 NUMBER:=0 ;
count1 NUMBER :=0 ;
TOTAL_AVG number(20,3):=0;
BEGIN. . . . . . . .
VOTE UP THE ANSWER!
HURRY UP!
HERE IS YOUR ANSWER:
JUST TAP ON IT TO DOWNLOAD: