Posts by En.Fabiano • 1 point
3 posts
-
-1
votes1
answer68
viewsQ: How to calculate total currencies - java
The program shows any amount of coins and their values. I need to create a public method that makes the total sum of coins, I’m not getting. package primeiro; public class ControleMoedas { private…
javaasked En.Fabiano 1 -
-1
votes2
answers3288
viewsQ: Adding values from an array
Storing values in array but cannot sum values. package primeiro; import java.util.ArrayList; import java.util.Scanner; public class Testes { public static void main (String[] args) { Scanner scanner…
-
0
votes2
answers221
viewsQ: JAVA - Skips the input of one of the variables and terminates the code
I’m making a simple read code for product registration. When I am entering the information in each variable, a variable with primitive type double or int, it skips the other that would be a stringe…
javaasked En.Fabiano 1