“Nothing, this is an error”

Average Rating
0 out of 5 stars. 0 votes.

“Nothing, this is an error”

What will be displayed as a result of executing the following code? public class test{ public static void main(String[] args) { int value1 = 9; System.out.println(value1); int value2 = 45; System.out.println(value2); System.out.println(value3); value = 16; }}