W
WStoreyII
i have a lab due for my computer logic class here is the assignment
you are given a hundred cards all greater than or = to one
write an algorithm that will find the highest card.
i have started by creating a form with a text box a label an a button
i have the users inputing the numbers in a text box seperated by commas and
then using the split method
to assign each number to a array called strcards
my question though is that i have tried all day to figure out a code to run
throuhg and test each number compared to others but have not got anywhere.
How should i go about writing this code?
WStoreyII
Thanks in advance
you are given a hundred cards all greater than or = to one
write an algorithm that will find the highest card.
i have started by creating a form with a text box a label an a button
i have the users inputing the numbers in a text box seperated by commas and
then using the split method
to assign each number to a array called strcards
my question though is that i have tried all day to figure out a code to run
throuhg and test each number compared to others but have not got anywhere.
How should i go about writing this code?
WStoreyII
Thanks in advance