Question: I need help with these questions please. I am working with C++ language. Thank you in advance. Question 3 6 pts You have a string
I need help with these questions please. I am working with C++ language. Thank you in advance.



Question 3 6 pts You have a string array named stateArray declared to hold the names of all U.S. states in alphabetical order ("Alabama", "Alaska", "Arizona", "Arkansas", California Colorado Show the code needed to properly declare a const to be used to reference (or access) the array position for California Using the constant you just declared, show the code needed to reference (or access) the element that contains "California". Ohio is the 35th state in alphabetical order. Complete this declaration of a const to access Ohio. const int OHIO
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
