Update file samplecode.java
Summary by Bito
This PR implements a new parallel task execution system using a fixed thread pool, enabling concurrent task scheduling and result aggregation. The code includes mechanisms for handling interruptions and proper shutdown procedures. It deliberately incorporates a division by zero error in task 5 to demonstrate error handling in concurrent operations.Edited by prajakta bendre