Question: Create a C# Console application named Events, that will calculate a Tribonacci number. That is the user will input the nth number in a Tribonacci
Create a C# Console application named Events, that will calculate a Tribonacci number. That is the
user will input the nth number in a Tribonacci sequence then a method will return a value for that nth
number in the Tribonacci sequence. In this case you need to use an asynchronous delegate with a
callback method. This technique is very effective since calculating Tribonacci numbers can be quite
large given the input value.
While your Tribonacci method is doing its calculation, have your main thread print out every second the
Thread id for the main Thread and also print out the text on the console continuing to do work Also
check if it belongs to a Thread pool.
Bonus marks will be given for creative functionality beyond the above project specifications
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
