#include #include #include #include // needed for setw() using namespace std; int main() { double a; a = 123.456; cout << a << endl; return 0; }