Answer:
The following code from the C++ programming Language:
cout << setw(10) << setprecision(3) << scientific;
cout << a << " " << b << " " << c;
Explanation:
In the above code, we have three double type variable "a", "b", "c" which already have been declared and initialized.
E-notation is how we write any number that is too small and too large to be in briefly written in decimal format.