Posts by Kamanderu • 11 points
2 posts
-
-1
votes2
answers117
viewsA: What’s wrong with this while? The || is not working
Scanner input = new Scanner(System.in); String str = input.nextInt(); while ( str != 5) || str != 10) ){ str = input.nextInt() }
-
1
votes1
answer143
viewsQ: I’m having trouble connecting SQL with java
Well... I did some classes, and it was time to connect to search for a data in the bank; Ok. He had already connected with the BD, however, when I did the class to fetch the data, he keeps giving…