Description
Write a program in Java or Microsoft Visual Studio Basic that computes and prints the
Fibonacci numbers from a start to end. The start and end are text box’s that the user enters.
The program will request user input of the start of the Fibonacci sequence and the end.
If the start number and or end number are not Pinocchio numbers, pick the next higher Fibonacci number for the inputs.
For example: The user enters a start value of 10 and an end value of 17.
Since 10 is not a Fibonacci number use 11-17 for the range and output
11, 13, 17