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


Ans: b.    Amy
        Your test score is:
        83   

Computer Science & Information Technology

You might also like to view...

If a numeric list in Word is sorted in descending order, the numbers will display from lowest to highest

Indicate whether the statement is true or false

Computer Science & Information Technology

Security experts use the term mixed threat to describe malware that combines more than one type of malicious program.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following code examples correctly specifies that the font size be set to 16 point?

A) font-size: 16pt B) font-size=16pt C) font:size=16pt D) fontsize= "16pt"

Computer Science & Information Technology

Answer the following statement(s) true (T) or false (F)

1. Projects are repetitive activities that are performed over and over again. 2. It is easier to meet the quality and stakeholder expectations if the project has a large scope. 3. Cross-charges in an information technology-related project include the use of outside labor, travel, and training. 4. Project management uses repeatable processes and techniques to achieve project goals. 5. A functional decomposition chart begins with identifying the lower-level subprocesses.

Computer Science & Information Technology