Write a class which instantiates a new array of type int called values with 5 numbers.

2.Use a for loop to print out the values of the array all on one line separated by commas. When writing your for loop use the .length attribute to generalize the for loop for arrays of any size.

Can anyone please give me the code to this? Thanks alot, gratz chicken <3