Hey, I need to do a program that displays a menu with 5 options that works with search and sorting of arrays of unordered decimal numbers:
1)Read file
2)Linear Search
3)Binary Search
4)Bubble Sort
5)Selection Sort
each option has to display the result.
with
the option 1 has to ask the user the name of the file and display the values, I already did that, but I'm having trouble using the rest of the functions with the same file because apparently is not receiving any information from the file. When i use them the result is blank. Please I need help! thanks in advance