java compiler programiz code example
Example 1: online java compiler
SandBox: https://codesandbox.io/
Example 2: 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")
}