Question: please use C++ A software developer initially starts out with a list of doubles. This is basically an array. The list start off with the

please use C++ please use C++ A software developer initially starts out with a list

A software developer initially starts out with a list of doubles. This is basically an array. The list start off with the following: 2.004.005.006.0010.0010.0110.05 The developer is out on vacation. You are now tasked with following: 1. All computed results will go in a vector for string data types; starting with the first value in an array 2. If any of the double values have a fraction, the computed value is 1 (an int) 3. If a double value has no fraction, the double values becomes an int. 4. store each computed value in a string, and then store the string in the vector 5. Print the initial array values and then the vector values

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!