[solved]-Worth 1 Point Checkpoint 712 Write Statement Assigns Value 10 First Elementof Array Intege Q39088702
please do all in C++ code, thank you.








Worth 1 point Checkpoint 7.12 Write a statement that assigns the value 10 to the first elementof an array of integers named minutes. Type your program submission here Worth 1 point Checkpoint 7.14 Write a cout statement that will display contents of the second element of an array named courseNumbers Type your program submission here Submit Worth 1 point Checkpoint 7.15 Write a cin statement that will store the user’s input in the first element of an array named credit Hours Type your program submission here Worth 1 point Checkpoint 7.55 Write the prototype for a function named showValues. It should accept an array of Integers and an integer for the array size as arguments. The function should not return a value Type your program submission here Worth 1 point Checkpoint 7.57 Define a two-dimensional array of integers named grades. It should have 20 rows and 5 columns Type your program submission here – Submit Worth 1 point Checkpoint 7.61 Write the prototype for a function named showSeating Chart that will accept the following two-dimensional array as an argument. const int ROWS = 20; const int COLS = 40; string seating Chart(ROWS||COLS]; Type your program submission here Worth 1 point Checkpoint 7.69 Write a definition statement for a vector named frogs, frogs should be an empty vector of ints Type your program submission here Worth 1 point Checkpoint 7.75 Write a statement using the push_back method that will storethe value 27 in the following vector vector ages; Type your program submission here. Worth 1 point Checkpoint 7.78 Write a statement that uses the pop_back method to remove the last element from the following vector. vector colors{ “Red”, “Green”, “Blue”, “Yellow” } Type your program submission here. Show transcribed image text Worth 1 point Checkpoint 7.12 Write a statement that assigns the value 10 to the first elementof an array of integers named minutes. Type your program submission here
Worth 1 point Checkpoint 7.14 Write a cout statement that will display contents of the second element of an array named courseNumbers Type your program submission here Submit Worth 1 point Checkpoint 7.15 Write a cin statement that will store the user’s input in the first element of an array named credit Hours Type your program submission here
Worth 1 point Checkpoint 7.55 Write the prototype for a function named showValues. It should accept an array of Integers and an integer for the array size as arguments. The function should not return a value Type your program submission here
Worth 1 point Checkpoint 7.57 Define a two-dimensional array of integers named grades. It should have 20 rows and 5 columns Type your program submission here – Submit
Worth 1 point Checkpoint 7.61 Write the prototype for a function named showSeating Chart that will accept the following two-dimensional array as an argument. const int ROWS = 20; const int COLS = 40; string seating Chart(ROWS||COLS]; Type your program submission here
Worth 1 point Checkpoint 7.69 Write a definition statement for a vector named frogs, frogs should be an empty vector of ints Type your program submission here
Worth 1 point Checkpoint 7.75 Write a statement using the push_back method that will storethe value 27 in the following vector vector ages; Type your program submission here.
Worth 1 point Checkpoint 7.78 Write a statement that uses the pop_back method to remove the last element from the following vector. vector colors{ “Red”, “Green”, “Blue”, “Yellow” } Type your program submission here.
Expert Answer
Answer to Worth 1 point Checkpoint 7.12 Write a statement that assigns the value 10 to the first elementof an array of integers na… . . .
OR

