Question: Integer birthYear is read from input. Complete the try block to throw an exception with the message Error: Unacceptable input for year of birth if
Integer birthYear is read from input. Complete the try block to throw an exception with the message "Error: Unacceptable input for year of birth" if birthYear is less than import java.util.Scanner;
public class BirthYear
public static void mainString args
Scanner scnr new ScannerSystemin;
int birthYear;
try
birthYear scnrnextInt;
if birthYear
throw Your code goes here ;
System.out.printValid input: ;
System.out.printlnYear of birth is birthYear;
catch Exception excpt
System.out.printlnexcptgetMessage;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
