Number Array Class Design a class that has an array of floating-point numbers. The constructor should accept an integer argument and dynamically allocate.
a) memory for the array
b) a pointer for the array
c) a static array
d) a variable for the array size