please help me to remove the error coming with thy and catch statement in 8 and 17 line

import java.io.*;

class UserThread extends Thread
{
static int a[]=new int[10];
BufferedReader...