class MethodCallingStack{

public static void MyMethod(){

System.out.println("Start MyMethod()");

int x;

x=200;