Question: CHALLENGE CA11.1: Basic syntax errors Type the statements. Then, correct the one syntax error in each statement. Hints:Statements end in semicolons, and string literals use

CHALLENGE CA11.1: Basic syntax errors 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.pr intI("Predictions are hard.") System.out.pr int("Especially') System.out.pr intIn("about the future.") System.out.pr intln("Num is: " - userNum 1 import java.util.Scanner; 3 public class Errors 4 public static void main(String [] args) f test passed int userNum; userNum-5; All tests passed Your solution goes here 10 12 Run Feedback
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
