Question: Programming Assignment 1 (PRG1) - Fibonacci Numbers [Scope: Ch 5/6/7] - Using Windows programming (GUI) Note: Although this assignment can be written as a console

Programming Assignment 1 (PRG1) - Fibonacci Numbers [Scope: Ch 5/6/7] - Using Windows programming (GUI)

Note: Although this assignment can be written as a console program, you MUST use Windows programming to complete this assignment. Use any C# compiler or the method you already know.

In mathematics, there is a series of numbers that can be calculated called Fibonacci Numbers. This series of numbers starts with 0, 1. From there you calculate the next number by adding the last two numbers. So the next few numbers in the series are: (0 + 1) 1, (1 + 1) 2, (1 + 2) 3, (2 + 3) 5, (5 + 3) 8....

For this Program, you will request from the user the number for the Fibonacci series you are to display. For instance, If I enter 8, you should display:

The first 8 numbers of the Fibonacci Series are: 0, 1, 1, 2, 3, 5, 8, 13

You are to continue doing this until the used click the Quit or Exit button to end. As usual, you will use the cover page to provide the purpose and algorithm for the problem. Document and use comments within the program body for better understanding.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!