Linear search using array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Linear search using array

enter some numbers and enter a new number then srch that number in those numbers. ..

24th Oct 2017, 4:45 PM
Balwant Singh
Balwant Singh - avatar
1 Answer
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
8th Nov 2017, 3:42 PM
myenemy