IDNLearn.com makes it easy to find accurate answers to your questions. Explore thousands of verified answers from experts and find the solutions you need, no matter the topic.

What will be assigned to the string variable pattern after the following code executes? i = 3 pattern = 'z' * (5 * i)

Sagot :

Answer:

A

Explanation:

What will be assigned to the string variable pattern after the following code executes? i = 3 …

A) 'zzzzzzzzzzzzzzz'

B) 'zzzzz'...

A:

A) 'zzzzzzzzzzzzzzz'