Posts by emearcus • 13 points
1 post
-
1
votes1
answer471
viewsQ: Error: cannot Convert from double to float
Why float is not accepted for numbers 0.197 and 0.185? Code: float salBruto, salLiquido; Scanner ent = new Scanner (System.in); System.out.println("Informe o seu salário:"); salBruto =…