Who can help me with my project? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Who can help me with my project?

25th Oct 2017, 3:49 PM
casey nhel gonzales
casey nhel gonzales - avatar
16 Antworten
0
What do you need help with? Probably yes but it depends on how much time I have to invest.
25th Oct 2017, 4:15 PM
josh mizzi
josh mizzi - avatar
0
Its on visual studion
25th Oct 2017, 4:19 PM
casey nhel gonzales
casey nhel gonzales - avatar
0
*studio
25th Oct 2017, 4:19 PM
casey nhel gonzales
casey nhel gonzales - avatar
0
What is the goal of the project? What should the code do.
25th Oct 2017, 4:21 PM
josh mizzi
josh mizzi - avatar
0
I need to make the value on the label move to another label until it finds the equivalent number
25th Oct 2017, 4:21 PM
casey nhel gonzales
casey nhel gonzales - avatar
0
Our project aim is to show the process of linear search
25th Oct 2017, 4:23 PM
casey nhel gonzales
casey nhel gonzales - avatar
0
What part of that process are you stuck on
25th Oct 2017, 4:23 PM
josh mizzi
josh mizzi - avatar
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
25th Oct 2017, 4:29 PM
casey nhel gonzales
casey nhel gonzales - avatar
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)
25th Oct 2017, 4:31 PM
casey nhel gonzales
casey nhel gonzales - avatar
0
Thank you in advance:)
25th Oct 2017, 4:34 PM
casey nhel gonzales
casey nhel gonzales - avatar
0
That's fine.
25th Oct 2017, 4:35 PM
josh mizzi
josh mizzi - avatar
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.
25th Oct 2017, 4:56 PM
josh mizzi
josh mizzi - avatar
0
Array is a requirement in the project
25th Oct 2017, 5:44 PM
casey nhel gonzales
casey nhel gonzales - avatar
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
25th Oct 2017, 5:49 PM
josh mizzi
josh mizzi - avatar
0
I got it now thank you for your help:)
25th Oct 2017, 5:54 PM
casey nhel gonzales
casey nhel gonzales - avatar
0
That's ok
25th Oct 2017, 9:02 PM
josh mizzi
josh mizzi - avatar