properly write java code online code example
Example: java online compiler
flag, i
a = [12,22,88,64,9,11]
Repeat till (i<n) {
if(ith index in a equals 11) {
flag = "found";
print(i)
}
}
i = i - 1
if(flag not equals "found") {
print("No such term exists")
}