Write the c++ program, which, depending on the choice made by the user (checked through the
switch..case construct) will:
a. check if the entered numeric value is the Armstrong number
b. check if the entered number (notice: integer or floating point!) is a palindrome
c. generate the Fibonacci series for the numbers of the given range
d. end operation