smmailloux165 smmailloux165 10-01-2024 Computers and Technology contestada What will the code segment output?EX: for (int m = 5; m > 0; m--){ for(int n = m; n > 0; n--) { System ("*"); } System.out.println();}