Posts by Thiago • 11 points
3 posts
-
-2
votes2
answers160
viewsQ: Job Seekers Information Filter
A program that provides information on job applicants: The number of candidates per sex.... There is an error in this if, ta returning only m or just f package livroex_pag69; import…
-
-2
votes1
answer97
viewsQ: Exercise should show a result but shows 3
An algorithm that reads 3 integer values, not repeated, and shows in descending order. But it is showing 3 results, and should only be 1 package praticando; import java.util.Scanner; public class…
-
-1
votes1
answer90
viewsQ: Problem with if in Java
I’m trying to make a program like "lottery", locked in a mistake there on if. If you can help me, follow the code: package praticando; import java.util.Random; import java.util.Scanner; public class…