MPGH Logistic Programming Challenge
Me, Void, and User1 have been racing to the finish on programs that involve high amounts of preparation and logical thinking to program. Seemingly simple projects may prove to be more difficult than you think.
The main focus of these projects is to use the basic C++ compiler options and make programs that fit the requirements of the challenge. Use this opportunity to think outside the box. Both beginning and advanced programmers can participate.
So here is the first challenge:
Fibonacci Sequence
The main focus of these projects is to use the basic C++ compiler options and make programs that fit the requirements of the challenge. Use this opportunity to think outside the box. Both beginning and advanced programmers can participate.
So here is the first challenge:
Fibonacci Sequence
If you don't know what the Fibonacci Sequence is, refer to this Wikipedia link: Fibonacci number - Wikipedia, the free encyclopediaⓘ
Basically, you can find a number in a sequence by adding the two numbers before it together.
Your job is to make a program that is able find the nth term of the Fibonacci Sequence.
Paste your code into a reply when you are done.
More challenges will come as we come up with more ideas through Skype.
Basically, you can find a number in a sequence by adding the two numbers before it together.
Your job is to make a program that is able find the nth term of the Fibonacci Sequence.
Paste your code into a reply when you are done.
More challenges will come as we come up with more ideas through Skype.







