Select the correct code to print
cppbuzz-chicago
(A) print('cppbuzz-' + 'chicago') (B) print('cppbuzz' + '-chicago')
(C) print('cppbuzz' + '-' + 'chicago') (D) All of the above
Answers
Answered by
0
Answer:
the D option is right because all the code print correct
Similar questions