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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
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
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!