Delegate int del (int i);
Del myDelegate=x=>x*x; 
Intj = myDelegate (4); //j=16