Created
December 4, 2021 23:56
-
-
Save KrystianGraba/0dd325d8d113c71b27845b3d0dcfb113 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for (int i = 0 ; i< lenght_size;i++){ | |
| for (int j=0;j< obiekt_array_list.size();j++){ | |
| if (obiekt_array_list.get(j).get_number(i) == Integer.parseInt(String.valueOf(gamma.charAt(i)))) | |
| if (obiekt_array_list.size()>2) | |
| //code | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment