Question: * * * Please Write in JustBASIC * * * * You have an array named BigArray that has been declared populated with STRINGS. The

***Please Write in JustBASIC****
You have an array named BigArray that has been declared populated with STRINGS. The size of the array is held in a NUMERIC
variable named TheSize. The items in the array are unique (no duplicates). Write a program that will prompt the user for the
input of a STRING and store it in a STRING variable named Searchstring. The program will then search through the array for a
match to the input given by the user. If the program finds the match, it should stop searching and print the index of the array
where the match was found. If the match is not found, it should print a**-1**. You should use the most efficient way of searching
for the target item.
* * * Please Write in JustBASIC * * * * You have

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!