8/30/2022
When trying to figure out what are the default values of different kinds of arrays, I found that the name of the Java variable is also specified:
The name should be whether [a-z] or [a-zA-Z0-9]
After fixing this checkstyle error, I run the correct code snnipet and figured out the default values of arrays:
int[] = 0
double[] = 0.0
boolean[] = false
char[] = //whitespace