WGU Scripting and Programming Foundations Exam Scripting-and-Programming-Foundations Question # 27 Topic 3 Discussion

WGU Scripting and Programming Foundations Exam Scripting-and-Programming-Foundations Question # 27 Topic 3 Discussion

Scripting-and-Programming-Foundations Exam Topic 3 Question 27 Discussion:
Question #: 27
Topic #: 3

What is the outcome for the given algorithm? Round to the nearest tenth, if necessary.

NumList = [1, 3, 6, 6, 7, 3]

x = 0

Count = 0

for Number in NumList

x = x + Number

Count = Count + 1

x = x / Count

Put x to output


A.

5.0


B.

6.0


C.

6.1


D.

8.4


Get Premium Scripting-and-Programming-Foundations Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.