How do I rewrite the above program to include the appropriate…

Question Answered step-by-step How do I rewrite the above program to include the appropriate… Image transcription text#include using namespace std; int main(void) int vals[10 ]; size_t count; size_t which;cout << "How many values should be stored in the array? "; cin >> count;Multilevel List for (size_t i = 0; i < count; i++) { vals [i] = count - ij cout << "W... Show more... Show moreHow do I rewrite the above program to include the appropriate bounds checking? Thank you. Computer Science Engineering & Technology C++ Programming COSC 175 Share QuestionEmailCopy link Comments (0)