Lab

Post date: Mar 3, 2014 7:18:47 AM

Write A program to calculate the following

1-

S = 1 ! / 12 + 2 ! / 22 + 3 ! / 32 + ... + n ! / n2

2-

s = ( 1 ! )2 + ( 2 ! )2 + ( 3 ! )2 + ( 4 ! )2 + ....... +( n ! )2