Description: 1. Write a function that prints the following Fibonacci series by using any loop.
0, 1, 1, 2, 3, 5, 8, 13, 21, ......
2. Write a function that prints the following diagram by using one of the loops
provided in C++. The number of lines and the number of alphabetic characters
to be printed in the given order should be passed as arguments.
GFEDCBA
GFEDCB
GFEDC
GFED
GFE
GF
G
To Search:
File list (Check if you may need any files):
Q6.CPP
Q7.CPP