Q30
What is the result of "hello" * 3 ?
A.
"hellohellohello"
AnswerB.
"hello3"
C.
"3hello"
D.
"hhheeellllllooo"
Answer: Option A
Solution
Answer: Option A
Solution:
The * operator repeats a string a specified number of times.