Ask Question

List 5 different programming languages calls to print

+2
Answers (2)
  1. 6 October, 20:41
    0
    In Python, you can call print (string)

    In C, you can call printf (string);

    In PHP, you can call echo string; OR print (string);

    In Java, you can call System. out. println (string);

    In C#, you can call Console. WriteLine (string);
  2. 6 October, 20:44
    0
    Print

    echo

    put

    These call prints
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “List 5 different programming languages calls to 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