0
Linear search using array
enter some numbers and enter a new number then srch that number in those numbers. ..
1 Respuesta
0
while (arrayIsNotFinished)
do
if numULookfor==numberInThisPosition
do
break
done
else
do
nextInArray
done
done
For a more accurate answer than pseudo-code, say your part of the code, and the language