Question: Find three run-time errors in the following program. Submit (1) the correct java program (2) the three run-time errors you found as comments /* Error

Find three run-time errors in the following program. Submit (1) the correct java program (2) the three run-time errors you found as comments /* Error 1: Error 2: Errro 3: */ public class RunTimeErrors { public static void main(String[] args) { int x = 0: int y = 0: Scanner in = new Scanner("System.in"): System.out.print("Please enter an integer: "): x = in. readInt(): System.out.print("Please enter another integer: "): x = in. readInt(): System.out.println("The sum is " + x + y): } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
