Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Driver {
- public static void main(String[] args) {
- int[] x = {6, 4, 9, 2, 1, 8, 5, 7, 3, 0};
- int a = x[3];
- System.out.println(x[a + 3]);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement