Write a program OverflowError.java that stores the value 1000000 (one million) in the int variable n. Then have the computer print out the value of n * n.
OverflowError.java
int
n * n
Is the value that your program produced correct? If not, give some explanation of why.