Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CHALLENGE ACTIVITY 5 . 4 . 2 : Iterating through arrays. 5 2 8 0 4 0 . 3 4 8 9 5 2 8
CHALLENGE
ACTIVITY
: Iterating through arrays.
Jump to level
Given the integer array yearlyScores with the size of NUMVALUES, write a for loop to initialize the first half of yearlyScores with the integers read from input.
Ex: If the input is then the output is:
public static void mainString args
Scanner scnr new Scanner
System.in;
final int NUMVALUES ;
int yearlyScores new intNUMVALUES;
int ;
for Your code goes here
Your code goes here
for yearlyScores.length; i
system.out.printyearlyscoresi;
System.out.println;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started