Skip to content

Commit e5babd7

Browse files
authored
Item_Occurance_from_Last_Recursion
1 parent 0adcb34 commit e5babd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Item_Occurance_from_Last_Recursion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
public class Item_Occurance_from_Last_Recursion {
22
public static void main(String[] args) {
33
int [] arr={1,2,3,4,5,6,7,3,8,9};
4-
int item=11;
4+
int item=8;
55
int i= arr.length-1;
66
System.out.println("INDEX : "+find(arr,item,i));
77
}

0 commit comments

Comments
 (0)