Algorithm Fact Sine Summation
Algorithm Fact Sine Summation
Initialize a variable fact=1 3. fact=fact*number 4. number=number-1 5. Repeat steps 3 to 5 till number>0. 6. Print the value of fact variable.
11. Repeat steps 5 to 10 until i<=n. 12. Print the sum of the series.