You have no idea how much you're helping me in my career change journey! Thank you so much Mr. Long!
@fogtailgamer88323 жыл бұрын
i Love watching your video's. It helps me a Lot ! Thanks and keep up the good work :)
@DJ_JAZZ-P3 жыл бұрын
Mr Long ❤️ how can i make sorted arrays like yours from 1 up until 20 without the use of a textfile. I have tried using the array[1..20] of interger ; it doesn't display. Please kindly help.
@Simon_R_Ghost3 жыл бұрын
is your array populated?
@akabongwemkhize8734 Жыл бұрын
Greetings sir. Maybe it is something i did wrong but in my program whatever i search for is not found if it is at an odd position in the array, the first position or the last position. It only finds what i search for if it is at an even position between the first and last position. The only thing that is different between our codes is that I used a String type and not an integer for what i want to search for. Please help🙏
@MrLongITandCAT Жыл бұрын
You may be increasing the looping variable twice.
@RennnnnnnnnnnnnnnnnnnnnnnnАй бұрын
I know this is a year late, but if anyone is having the same issue and found this comment its because of how the conditions of the while loop is declared. It should be 'While (not bfound) and (iLower