Ask Question
18 September, 06:34

Type the statements. Then, correct the one syntax error in each statement. Hints: Statements end in semicolons, and string literals use double quotes.

System. out. printl ("Predictions are hard.");

System. out. print ("Especially ');

System. out. println ("about the future.").

System. out. println ("Num is: " - userNum);

+4
Answers (1)
  1. 18 September, 07:48
    0
    print ("predictions are hard");

    print ("Especially");

    println (about the future)

    Num is : user Num.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Type the statements. Then, correct the one syntax error in each statement. Hints: Statements end in semicolons, and string literals use ...” 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