[Question 2] [5 Marks] Create a class called Test that implements the below interface. Call a VR() method and int 'x' in
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
[Question 2] [5 Marks] Create a class called Test that implements the below interface. Call a VR() method and int 'x' in
[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");