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

package classification;

/**
 *
 * @author MAISON XP
 */
public class test2 {
     double Dist;
 String et;
public String toString() {
return ("nom du fichier:"+et+"Distance:"+Dist+"\n");

}}
