Question: In TypeScript 3. (34 pts) Write a function with at least one helper function. Create a list of n Fibonacci numbers. For instance, a list
3. (34 pts) Write a function with at least one helper function. Create a list of n Fibonacci numbers. For instance, a list of ten Fibonacci numbers would be [1,1,2,3,5,8,13,21,34,55]. (This is different than a list of Fibonacci numbers with values to n.) You need a parameter so that the TAs can enter any number such as 100 or 1000 or 10000 , etc. (problem3 n). Multiply each of the Fibonacci numbers by 3 . Only output numbers that have a leading digit of 4 . Use TypeScript. (This will be a separate .ts file named probblem 3.ts) problem 240 [432,4791,4038807,44791056]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
