Ask Question
16 March, 22:44

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

+1
Answers (1)
  1. 17 March, 02:14
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers