0
Who can help me with my project?
17 Answers
0
What do you need help with? Probably yes but it depends on how much time I have to invest.
0
Its on visual studion
0
*studio
0
What is the goal of the project? What should the code do.
0
I need to make the value on the label move to another label until it finds the equivalent number
0
Our project aim is to show the process of linear search
0
What part of that process are you stuck on
0
In showing the process visually. A label is set to have the value of the array and another label for the input value to search that need to match in the label containing the value of the array
0
I want to show the array values on the label like its moving from label 1 to label 5 until label 5 is equivalent to the value searching(input by user)
0
Thank you in advance:)
0
That's fine.
0
Why don't you use a list instead of an array with three labels. One with the list.
When you check an item you pop it off the list and refresh the Lable. You then put the item in the middle Lable. If it is a match you turn it green. Else you turn it red, remove it, rest the color and repeat with the next item in your list.
0
Array is a requirement in the project
0
Then you can praps simulate the poping feature or covert the array if it is only required that you receive it as an input
0
I got it now thank you for your help:)
0
That's ok