Ask Question
19 October, 19:55

Which line of code will print I like to code on the screen? print ("I like to code") print (I like to code) print ("I LIKE TO CODE") print = I like to code

+4
Answers (1)
  1. 19 October, 21:46
    0
    print ("I like to code")

    Explanation:

    In the Programming Languages, print () function is used to print any string, display any output or both at the same time as well as we can print it one by one. We can also print addition, subtraction, multiplication and other problems directly without saving it in other objects or variables.

    In the above statement, the correct method of printing any string is to write that string inside the parameter with a double-quote.

    The second option is incorrect because in it double-quote is not used.

    The third option is incorrect because the following sequence is not correct.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which line of code will print I like to code on the screen? print ("I like to code") print (I like to code) print ("I LIKE TO CODE") print ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers