Posts by guilherme cabrals • 19 points
2 posts
-
-1
votes1
answer43
viewsQ: Difficulty in array
I am trying to make a code but error in the array. If someone can give me a light. Master code: import java.util.Scanner; public class Tanque { int valor; private int kmTotal = 0; private int…
javaasked guilherme cabrals 19 -
1
votes1
answer112
viewsQ: Java returning 0 in multiplication
The code is even simple to calculate a seller’s yield by multiplying in the case of 150000 * 0.1 it returns 0 code / public class FuncionarioComissionado { //Strings private para poder usar Get/Set…
javaasked guilherme cabrals 19