The sequence of Fibonacci numbers begins with the integers
1,1,2,3,5,8,13,21,34,55,89,....
Where each number after the first two is the sum of the two preceding numbers.
Write a program that uses class Begin to calculate and display large Fibonacci numbers.