Posts by Wesley Cardoso • 1 point
1 post
-
0
votes3
answers5118
viewsA: Java Tabulated Calculation, using Repeat Loops
Can also be done in the form below: public Static void main(String[] args) { int valorUsuario; int multiplicador = 0; int total = 0; Scanner ler = new Scanner(System.in); System.out.println("Informe…