Posts by Eleodorio Rodrigues • 1 point
1 post
-
-5
votes2
answers97
viewsQ: My calculator from the while in position 2, skips the insertion of the first value someone can help me?
package Calculadora; import java.util.InputMismatchException; import java.util.Scanner; public class calculadora { public static void main(String[] args) { float valor1 = 0; float valor2 = 0; float…
javaasked Eleodorio Rodrigues 1