write a java statement to print values from the array of 50 elements. irrelevant answers will be reported...
Answers
Answered by
1
Answer:
STEP 1: START
STEP 2: INITIALIZE arr[] = {1, 2, 3, 4, 5}.
STEP 3: PRINT "Elements of given array:"
STEP 4: REPEAT STEP 5 for(i=0; i<arr.length; i++)
STEP 5: PRINT arr[i]
STEP 6: END
Explanation:
please mark brainliest
Similar questions
Environmental Sciences,
1 month ago
Computer Science,
1 month ago
Math,
2 months ago
Computer Science,
2 months ago
Economy,
9 months ago
Physics,
9 months ago
Science,
9 months ago