Question: The first module you will work on appears to be based on a Fibonacci sequence. Recall that Fibonacci numbers are calculated by adding the values
The first module you will work on appears to be based on a Fibonacci sequence. Recall that
Fibonacci numbers are calculated by adding the values of the previous two Fibonacci numbers.
The first two Fibonacci numbers are and so the third number will be or the fourth number
will be or the fifth will be or the sixth will be or and so onNote that some
authors including Fibonacci himself start counting at but since computer scientists as well as
the Xenoravons generally start counting at that is what we will do for this assignment. It
appears that when a particular module is given a positive integer value the output is the sum of
all even Fibonacci numbers up to and including, the Nth Fibonacci number.
Your team leader has asked you to create a flowchart that represents this particular module. Your
flowchart should use all of the symbols given above, take an input and print as its result the sum
of all even Fibonacci numbers up to and including, the Nth Fibonacci number. Remember, the first
Fibonacci number is so if the number sequence is so the result will be
After you build your flowchart, you are required to test it to see whether the algorithm you represent
matches the output of the Xenoravon module, given a specific input. Execute your flowchart by
hand and state the results for the following inputs:
How to make flowchart on this
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
