class HelloWorld {
public static void main(String[] args) {
System.out.println(x);
int x=10;
{
int y=x;
}
System.out.println(y);
}
}

Posted on by