Functional programming homework: In F#, write functions that dowhat is described below:
- Returns a list of all numbers less than n that aredivisible by 3 or 5.
- Returns a list of the first n numbers in the Fibonaccisequence.
- Returns the sum of the digits in a number. 5342 should return14.
Expert Answer
An answer will be send to you shortly. . . . .