Ask 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 = I like to code

+5
Answers (1)
  1. 21 August, 12:39
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers