Introduction - If you have any usage issues, please Google them yourself
Write a program by setting the ios:: scientific and ios:: fixed flag with fixed-point and scientific notation floating-point type data display. Test:# include <iostream> using namespace std int main () (double x = .001234567, y = 1.886e9 // ... return 0 )