アットウィキロゴ

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sub;


/**
*
* @author ce00582
*/
public class plus {

   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;
   }
}
最終更新:2011年10月22日 00:15