What would display if following statements are coded and executed?
```
Declare Integer scores[3]= 76, 94, 83
Declare String names[3] = "Joe", "Amy", "Pat"
Display names[1]
Display "Your test score is: "
Display scores[2]
```
a. Joe
Your test score is:
94
b. Amy
Your test score is:
83
c. Joe
Your test score is:
76
d. Amy
Your test score is:
94
b. Amy
Your test score is:
83
You might also like to view...
You can use a moving average to calculate a growth rate at different intervals
Indicate whether the statement is true or false
Which of these factors complicate decision-making by global software teams? A) complexity of problemB) different views of the problem C) expereince of the team leaderD) law of unintended consequences E) risk associated with decision F) tools available to team members
What will be an ideal response?
Which tool checks protected system files?
A. Chkdsk B. Xcopy C. Scandisk D. SFC
How do you sample a selection when using the Clone Stamp tool?
What will be an ideal response?