Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - How does cout output the integer n in scientific notation? Int n =1234567890 is known; Please give the specific generation.
How does cout output the integer n in scientific notation? Int n =1234567890 is known; Please give the specific generation.
int? a;

Floating? b;

int? n = 1234567890;

for(a = 0; n & gt 10; a++)

b? =? (floating-point) a/10.0;

cout & lt& ltb & lt& lt“* 10^"<; & lta & lt& ltendl