Ask Question
15 September, 15:52

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);

+1
Answers (1)
  1. 15 September, 15:58
    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 & 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