Which of the following statements is true about print statements?

I. In order to print a string literal, the string must be enclosed in quotes.
II. Each print statement will be printed on its own line.
III. Print statements will not let you print strings and numbers in the same statement.
IV. Print statements are how you display text on the screen.

Answer :

Iv is the correct answer

Other Questions