Posts by Gery • 1 point
1 post
-
0
votes2
answers771
viewsA: Check equal numbers java
float maior = 0; float num = 0; int count = 1; int[] alunosMesmaNota = new int[2]; Scanner entrada = new Scanner(System.in); while (count <= 3) { System.out.print("Nota Aluno " + count + ": ");…