subject

Int alpha [5];
int j;
alpha [0] = 5
for ( j = 1; j < 5; j++)
{
if ( j % 2 ==0 )
alpha [j] = alpha [ j - 1] + 2;
else
alpha [j] = alpha [ j - 1] + 3;
}
4. what is thevalue of alpha[3] after the code aboveexecutes?
a.
10
c.
15
b.
13
d.
17

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:20
How can you tell if someone sent you a text message to your email instead of a email
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
Apunishment or the threat of punishment used to enforce conformity. select the best answer from the choices provided t f
Answers: 1
question
Computers and Technology, 23.06.2019 20:00
What multimedia system creates an immersive, real-life experience that the user can interact with?
Answers: 1
question
Computers and Technology, 24.06.2019 00:00
Visualizing a game of “tag” to remember the meaning of contagious
Answers: 3
You know the right answer?
Int alpha [5];
int j;
alpha [0] = 5
for ( j = 1; j < 5; j++)
{
...
Questions
Questions on the website: 13722363