Computer Science, asked by roshanrs1977, 5 months ago

Write an algorithm to print 30 terms of sequence -1,2,3,-4,5,6,-7...... upto 30 terms

Answers

Answered by imsodarnbored2
0

The first two terms are zero and one respectively. The terms after this are generated by simply adding the previous two terms. Here is an example of Fibonacci series: 0,1,1,2,3,5,8,13….etc. In the above example, 0 and 1 are the first two terms of the series. These two terms are printed directly. The third term is made by adding the first two ...

here is something to help

Answered by ZehrilaBanda
0

Answer:

One side of a rectangle is 7 feet shorter than seven times the other side. find the length of the shorter side if we also know that the perimeter of the rectangle is 306 feet....

Similar questions