* To change this template, choose Tools | Templates * and open the template in the editor. */
* * @author ce00582 */
int x,y,z;
public int f(int x){
int f1;
f1=x*x;
return f1;
}
public int makedata(int x,int y){
z=x+y;
return z;
}