Create a class called Stats which contains the following: returns the count of the integers that are in the Fibonacci Sequence (up to the 50th number of the sequence)
A main program won't be submitted, just the Stat class files (.cpp and .h)
Please include a main program for testing purposes along with the .h and .cpp files.