Write, compile, and run a C++ program that calculates and returns the fourth root of the number 81.0, which is 3. After verifying that your program works correctly, use it to determine the fourth root of 1,728.896400. Your program should make use of the sqrt() function or use the fact that the fourth root of a value can be obtained by raising the value to the 1/4 power.