/**
 * 
 */
package pack;

/**
 * @author minettor
 *
 */
public class Toto {

	/**
	 * champs1
	 */
	 int champs1;

	/**
	 * 
	 */
	public Toto() {
		// TODO Auto-generated constructor stub
	}

	/**
	 * 
	 */
	 double fonction1() {
		return 0;
	}
	 
	 
	 double renvoieChamp(int a)
	 {
		 return champs1;
	 }

}
