/**This class has a main method that prints out an

/**
This class has a main method that prints out an integer array in various ways

Difficulty: Easy
*/

public class ArrayPrinter
{
public static void main(String[] args)
{
int[] data = {2, 34, 57, 31, 5, 79, 88, 62, 98, 53, 42};

//———–Start below here. To do: approximate lines of code = 2
// Write a loop to print out even indices (NOTE: not the elements) of array data
    // use System.out.print, not System.out.println so the numbers are printed on one line

//—————–End here. Reminder: no changes outside the todo regions.
System.out.println();
System.out.println(“EXPECTED:”) ;
System.out.println(“0 2 4 6 8 10”);

//———–Start below here. To do: approximate lines of code = 3
// Write a loop to print out even integer elements stored in array data
    // Hint: use the modulus operator % to determine if an integer element is even

//—————–End here. Reminder: no changes outside the todo regions.
System.out.println();
System.out.println(“EXPECTED:”) ;
System.out.println(“2 34 88 62 98 42”);

//———–Start below here. To do: approximate lines of code = 2
// Print out the elements in reverse order
    //Hint: use a for loop but start at the end of the array and count down

//—————–End here. Reminder: no changes outside the todo regions.
System.out.println();
System.out.println(“EXPECTED:”) ;
System.out.println(“42 53 98 62 88 79 5 31 57 34 2”);

//———–Start below here. To do: approximate lines of code = 1
// Print out only the first and last element

//—————–End here. Reminder: no changes outside the todo regions.
System.out.println(“EXPECTED:”) ;
System.out.println(“2 42”);
}
}

 Include screenshots too for formatting.

 

Stressed over that homework?

Essay deadline breathing down your neck?

Let’s cut to the chase: Why struggle when you can ace it with zero hassle?

Whether it’s essays, research papers, or assignments — we’ve got you covered.

✅ Expert writers
✅ 100% original work
✅ No AI tools, just real pros

Stressed about your essay or homework? Get a top-quality custom essay NOW!!! Stop worrying. Start succeeding.

GradeEssays.com
We are GradeEssays.com, the best college essay writing service. We offer educational and research assistance to assist our customers in managing their academic work. At GradeEssays.com, we promise quality and 100% original essays written from scratch.
Contact Us

Enjoy 24/7 customer support for any queries or concerns you have.

Phone: +1 213 3772458

Email: support@gradeessays.com

© 2024 - GradeEssays.com. All rights reserved.

WE HAVE A GIFT FOR YOU!

15% OFF 🎁

Get 15% OFF on your order with us

Scroll to Top