Posts by Lucas Simões • 21 points
1 post
-
2
votes0
answers45
viewsQ: Why does this algorithm skip the if?
import java.util.Scanner; public class NumPri { public static void main(String[] args) { Scanner le = new Scanner(System.in); String produto, nome, resp; double desconto, acrecimo, preco, novoPreco…
javaasked Lucas Simões 21