We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ff62b commit 4dd6143Copy full SHA for 4dd6143
FindAnArrayElementsOrNot.java
@@ -6,7 +6,7 @@
6
public class FindAnArrayElementsOrNot {
7
8
int array[]= {1,2,3,4,5};
9
- int numbertofind=3;
+ int numbertofind=2;
10
boolean found=false;
11
public void anArrayElementsOrNot()
12
0 commit comments