i need help with the formatting of the precision. how to set precision in c++ fo
ID: 3560887 • Letter: I
Question
i need help with the formatting of the precision.
how to set precision in c++ for one value and unset precision for another?
the instructions are
The first set is the user's age (in whole number years) and name (first and last), in that order, each on its own separate line, following its prompt. The second set is the current outside temperature (in floating point degrees F), and the user's location (city), in that order, each on its own separate line.After both sets have been read in, calculate two values: (1) the user's age one year from now, and (2) the temperature in degrees C. Finally, print the 4 input values and the two calculated values
Here are the specifications, in addition to the universal requirements and programming conventions explained in lab 1b above: