Linear search using array | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
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