package p1;
public class Test {
public static void main(String[] args) {
int[] intArr = {15,30,45,60,75};
intArr[2] = intArr[4];
intArr[4] = 90;
/* this is for testing code
* for (int i = 0; i < intArr.length; i++) { System.out.printf("\n intArr[%d]="
* + intArr[i], i); }
*/
}
}
This section is not available anymore. Please use the main Exam Page.1z0-808 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Saftschnitzel
Highly Voted 4 years, 2 months agoDarGrin
Most Recent 8 months, 3 weeks agoSreeni_A
10 months, 2 weeks agoGauriKatara
1 year, 2 months agoKolodets
1 year, 2 months agobaledevit
1 year, 8 months agoiSnover
1 year, 9 months agoSSJ5
3 years, 3 months agonatiqbashir
3 years, 5 months ago