C++ Taskbook Level 9.8
Create a program that generates quadratic equations with integer roots.
Given a number. Check if this number is perfect.
Given a text file. Get the percentage of each character in the text and write the result to the file so that each line contains the character and its percentage.