Welcome to Westonci.ca, the Q&A platform where your questions are met with detailed answers from experienced experts. Connect with a community of experts ready to help you find accurate solutions to your questions quickly and efficiently. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

Write a C++ program that uses a while loop to check on an input value. Ask the user for their monthly phone bills for a year. Check that the input is > 0. if it is not, use the continue. Store the bill values in a vector. Display the vector when the 12 values have been entered. Be sure to display $ and show 2 decimal places for money variables. When you ask for the monthly bill, include the name of the month the bill is for. Also, when you display the 12 bills, display the corresponding month name for each bill. Do this by creating a parallel vector of month names that can be used to display the name of the month using its index.

Sagot :

Thank you for choosing our platform. We're dedicated to providing the best answers for all your questions. Visit us again. Thank you for visiting. Our goal is to provide the most accurate answers for all your informational needs. Come back soon. Discover more at Westonci.ca. Return for the latest expert answers and updates on various topics.