this is a modified version of Sumon7862's (go check him out) Guessing Game It just has some aesthetic changes. have fun.
#include <iostream>
#include <math.h>
int main(void)
{
// check this program out.
double a_num = sqrt(sqrt(22667121));
std::cout << a_num << std::endl;
return 0;
}