#include#includeusingnamespace std;
intmain(){
int num;
cout << "Enter a number: ";
cin >> num;
cout << "The number entered is: " << num class="hljs-type">double pi = 3.14159;
cout << "The value of pi is: " << setprecision(4) << pi class="hljs-keyword">return 0;
}