[Question 2] [5 Marks] Create a class called Test that implements the below interface. Call a VR() method and int 'x' in
Posted: Tue Jul 12, 2022 8:05 am
[Question 2] [5 Marks] Create a class called Test that implements the below interface. Call a VR() method and int 'x' in the Test class. Print the result on the console. interface I 3 static int x = 10; static void VR() { } System.out.println("VIRTUAL REALITY");