Comment prendre une entrée flottante dans Java

        Scanner s=new Scanner(System.in);
        float d=s.nextFloat();
Lively Llama