Question: Vector Class : Write a C++ program that reads an unspecified number of temperatures in Fahrenheit from the keyboard (prompt the user to enter them
Vector Class: Write a C++ program that reads an unspecified number of temperatures in Fahrenheit from the keyboard (prompt the user to enter them one at a time). The values should be added to a vector using the vector class with the push_back function. Instruct the user to enter an invalid temperature (<-459.4) to indicate that they are done entering values. Use functions and algorithms in the
** thank you for your help**
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
