The name of a function is AnalyzeData. It takes one argument – an array of ints with 20 values named Scores. It returns an int data type. Which of these protypes is correct?

A. void AnalyzeData(int Scores[], 20);
B. int AnalyzeData(int Scores[]);
C. int AnalyzeData(int total, int Scores);
D. int AnalyzeData(int[20]);


B. int AnalyzeData(int Scores[]);

Computer Science & Information Technology

You might also like to view...

Instance methods do not have the __________ key word in their headers.

a. public b. static c. private d. protected

Computer Science & Information Technology

JavaScript includes a special data type for a single character.

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

Computer Science & Information Technology

When you extrude an object you add depth to it by extending it on its ____ axis.

A. A B. X C. Y D. Z

Computer Science & Information Technology

Which of these utility tools would you least expect a support agent to find useful to solve problems with Internet access?

A. device driver scan and update B. spyware scanner C. bandwidth speed tester D. Internet vulnerabilities tester

Computer Science & Information Technology