Simply write the correct code statements for the question below: -Write a statem
ID: 3631906 • Letter: S
Question
Simply write the correct code statements for the question below:
-Write a statement to declare a vector of characters called “line” with an initial size of zero?
- Write a statement to declare a vector of integers called “Ages” with an initial size of 20 and each element has a value of 20?
-Declare a vector of characters called “sentences” with a size of 60?
-Declare a vector of “sentence” (declared above) called “page” with a size of 50?
-Declare a vector of “pages” (declared above) called “Book” with a size of 0?