What is the output of the following code?
counter = 0
some Letter
"a"
if counter == 3:
some Letter = "b"
counter = 4
if (counter <= 4):
counter = counter + 1
elif (counter > 4):
some Letter
"b"
elif (some Letter == "a"):
some Letter = "c"
print (str (counter) +
"1
11
str (some Letter))