Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ddefc22

Browse filesBrowse files
feat: add exercício dia 5 conclusao
1 parent eea10c3 commit ddefc22
Copy full SHA for ddefc22

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎src/Main.java

Copy file name to clipboardExpand all lines: src/Main.java
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ public static void main(String[] args) {
2828
// System.out.println(WhoLikesIt.whoLikesIt(noNames));
2929
// System.out.println(WhoLikesIt.whoLikesIt(twoNames));
3030
int[] test1 = {5, 8, 6, 3, 4};
31+
int [] test2 = {9, 8, 7, 6, 5, 4, 3, 2, 1, 0};
3132
Arrays.toString(SortTheOdd.sortArray(test1));
33+
System.out.println( Arrays.toString(SortTheOdd.sortArray(test2)));
3234

3335

3436

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.