The output of executing the following java code is: int numé = new int[8]; num[0]=1; num[1]=1; for(int i=2; i
Posted: Sat May 14, 2022 4:49 pm
The output of executing the following java code is: int numé = new int[8]; num[0]=1; num[1]=1; for(int i=2; i<num.length; i++) num = num + num[-2]; System.out.println(num[5]); O 21 O 144 O 8 O 13
Posted: Sat May 14, 2022 4:49 pm
The output of executing the following java code is: int numé = new int[8]; num[0]=1; num[1]=1; for(int i=2; i<num.length; i++) num = num + num[-2]; System.out.println(num[5]); O 21 O 144 O 8 O 13