Yo Soy 196

--Originally published at My TC1017 programming class

First of all, I should say that one is one heck of a programm. Basically, what the program is supposed to do, is for the user to input a set of numbers. Then, from those numbers, you will get how many palindromes, how many non-Lycherels, and how many Lycherel numbers you have.

There are different ways of doing so. In my case (as you will see), I used some boolean operators in order to find what they were.

In addition, in order to run the program properly, you will need a library to use BigIntegers, which allow for the use of HUGE numbers. There is a Tutorial made by Mr. Ken on how to do it. I will also be includeing the link.

Lastly, it will be important for you to install (On the Windows 10 Linux Shell) the program MAKE. The cpp file will have the instructions for it.

Google Drive File

References