Posts by Tanto Faz • 21 points
2 posts
-
0
votes3
answers119
viewsQ: How do you not display repeated JAVA values
Good evening, I managed to get it to display all the values along with the repeated ones and only the repeated ones, I wanted to know how to display only the numbers that were not repeated. Ex:…
-
-4
votes1
answer35
viewsQ: Type a value with "." dot. Ex: 7.5
Good evening, I started using JAVA a little while ago, I wanted to know how to make the user can type the value with "." point. In case anyone can help, I’d appreciate it!! import java.io.Console;…