56.2k views
4 votes
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.

14 36 31 -2 11 -6

Sample Run
[14, 36, 31, -2, 11, -6]

Write a program that uses an initializer list to store the following set of numbers-example-1
User Bgaze
by
4.0k points

1 Answer

11 votes
Hope it will help you
Write a program that uses an initializer list to store the following set of numbers-example-1
User Robenson
by
4.5k points