What best describes what will happen if this code is run?
String [] sa=new String[]{"Semester", "is", "DONE!"};
sa[2]="OVER!";
A. Semester is DONE!
will be output.
B. Semester is OVER!
will be output.
C.Semester
will be output.
D. The code contains a syntax error so nothing will occur.
E. Nothing will be output.
What best describes what will happen if this code is run? String [] sa=new String[]{"Semester", "is", "DONE!"}; sa[2]="O
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What best describes what will happen if this code is run? String [] sa=new String[]{"Semester", "is", "DONE!"}; sa[2]="O
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!