Update OOP/Java/Lab/Week3/ArraySearch.java

This commit is contained in:
Aadit Agrawal 2024-08-10 10:46:50 +05:30
parent 9583d82a23
commit d7432df050

View File

@ -11,7 +11,6 @@ public class ArraySearch {
System.out.println("The value is found at the locations: ");
for(int i:array){
if(i == b){
System.out.print(" a["+index+"]");