Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Heff on Sep 3, 2017



Title: True/False: The following statement will output $5.00 to the screen:cout << setprecision(5) ...
Post by: Heff on Sep 3, 2017
True/False:  The following statement will output $5.00 to the screen:

   cout << setprecision(5) << dollars << endl;

A) True
B) False


Title: Re: True/False: The following statement will output $5.00 to the screen:cout << ...
Post by: jecko on Sep 3, 2017
Content hidden