Page 1 of 1

NIII Lose Data Periodic Assessment Test-5 Write a PAC, Algorithm/Pseudocode and a java program using exception handling

Posted: Sat May 14, 2022 3:28 pm
by answerhappygod
Niii Lose Data Periodic Assessment Test 5 Write A Pac Algorithm Pseudocode And A Java Program Using Exception Handling 1
Niii Lose Data Periodic Assessment Test 5 Write A Pac Algorithm Pseudocode And A Java Program Using Exception Handling 1 (59.78 KiB) Viewed 52 times
it's Java programming needed in 10 min
NIII Lose Data Periodic Assessment Test-5 Write a PAC, Algorithm/Pseudocode and a java program using exception handling mechanism. A company wants to automate the task of processing the resumes of the applicants. The automation process checks the resume and raise the following exceptions based on the conditions. -Print “DivisionOutOfScopeException". If the applicant has not applied for the post of HR or TQM or DEVELOPMENT divisions. -Print “AgeOutOfRangeException”, if the applicant age is less than 20 and exceeds 40. If any one of the above conditions is true, then print the name of the exception for the respective condition. If both the conditions are true, then print both exceptions. If both the condition fails, then print "eligible”. Input Output Processing Involved Solution Alternatives Algorithm/ Pseudocode