ireneoprecio822 ireneoprecio822 30-11-2022 English contestada suppose that dice is an int* variable. write several lines of code that will make dice point to an array of 6 integers, place the numbers 1 through 6 into the array components, and return the array to the heap. do not use malloc.