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

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

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

Consider the given function:

function K(string s1, string s2)

Put s1 to output

Put " and " to output

Put s2 to output

What is the total output when K("sign", "horse") is called 2 times?


A.

sign and horse and sign and horse


B.

sign and horsesign and horse


C.

sign and horse


D.

sign and horse


E.

sign and horse sign and horse


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.