Implement the following functions in the same application in C#:
1. Given a number (integer) N (greater than 1). Implement a Fibonacci sequenceof length N. (Function name ComputeFibonacciSequence )ComputeFibonacciSequence receives N.2. Given a list L with n numbers (integers), implement a function that returnswhether that list is even prone or not (i.e.: the number of even numbers in thelist must be higher than that of the odd numbers.) (Function nameComputeEvenProne) - Return 1 if the list is even prone, return 0 if it is not.ComputeEvenProne receives L.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here