Practice set 6 functions
Practice set 6 functions
Practice set 6
1
8. Reverse an Array Using a Function
Write a function to reverse the elements of an integer array.
2
17. Generate Fibonacci Series Using a Function
Write a function to generate the Fibonacci series up to a certain number of
terms.