Write a statement to declare and initialize an array named denominations that contains exactly 6 elements of type of int. Your declaration statement should initialize the elements of the array to the following values : 1, 5, 10, 25, 50, 100.
Answers (1)