Posts by Vitor C. • 1 point
1 post
-
0
votes2
answers44
viewsQ: I need help on the IF command, it doesn’t work I don’t know why, it closes the program when I write FRONT is to be a writing game
package reading; java.util.Random import; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); String nome; Random rand = new…