Computer Science, asked by Ritaja07, 2 months ago

What are the outputs of the following statements?


A) Print(“ok”*4 + “done”)

Answers

Answered by vaibhavpawar65
1

the output is 4 times ok and done i.e. okokokdone

Similar questions