Given the following Java source code fragment int i; longgeorge[]; Scanner console = new Scanner(System.in); george = newlong[console.nextInt()]; for (i = george.length – 1; (i >= 0);–i) { george[i] = console.nextLong() * 5; } and the following userinput values 5 4 3 2 1 0 what’s the value of george.length afterthe last statement executes? What’s the value of george[1]? What’sthe value of george[3]?
Expert Answer
An answer will be send to you shortly. . . . .