Saved Bookmarks
| 1. |
Write an algorithm of sum of squareof odd numbors. |
|
Answer» Explanation: Sum of square of odd NUMBERS Sum of square of first n odd numbers. The series of squares of first n odd numbers TAKES squares of of first n odd numbers in series. The series is: 1,9,25,49,81,121… The series can ALSO be written as − 12, 32, 52, 72, 92, 112 |
|