Page 1 of 1

[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
by answerhappygod
Question 2 5 Marks Create A Class Called Test That Implements The Below Interface Call A Vr Method And Int X In 1
Question 2 5 Marks Create A Class Called Test That Implements The Below Interface Call A Vr Method And Int X In 1 (120.91 KiB) Viewed 63 times
please write full executable java code for this!
[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");