Question: Need assitance on the error. I am not sure what the mistake is? 1 import java.util.Scanner; 3 public class Errors public static void main(String []
Need assitance on the error. I am not sure what the mistake is?

1 import java.util.Scanner; 3 public class Errors public static void main(String [] args) int userNum; userNum5; 8 System.out.printin("Predictions are hard.") 9 System.out.print("Especially"); 10 System.out.println("about the future. " 11 System.out.println("Num is: "- userNum) 12 13 14 15 * Your solution goes here*/ Run Failed to compile Errors.java: 11: error: bad operand types for binary operator'-' system.out.println ("Num is:"userNum) ; Eirsi yp: SirixK second type: int 1 error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
