Search results for query: *

  1. D

    Question Counting number groups with array.

    Thanks to the kind help of some members of another forum I was able to get it going :D Here's the final result for anyone interested Private Sub btn_generate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_generate.Click Dim generator As Random = New...
  2. D

    Question Counting number groups with array.

    Hi all! So I've come across a homework problem that's leaving me rather frustrated, I've done the first part that entails I generate a list of 100 random numbers, then divide each number by 10 to get a single digit result, I then use this digit to find out how many lots of number groups exit...
  3. D

    Question Help with Nested Loop Coin Problem.

    explained perfectly :D I knew the +=1 thing :), just the way you multiplied by the value of the coin that I missed Thanks for taking the time mate, helped me out immensely!
  4. D

    Question Help with Nested Loop Coin Problem.

    Hey Ian! One more thing, Was just reading over the code, making some adjustments and re-reading to get it to sink in, I know what it's all doing apart from one thing, in the "During While" statements you have some coins multiplied eg(NumTwentyCoins * 4) Just curious as to how you got the...
  5. D

    Question Help with Nested Loop Coin Problem.

    Thankyou so much! Kicking myself I didn't get it earlier, clear as day now :P It was my routines checking what coins were used before that screwed mine up, anyway, you've all been a huge help thankyou very much!
  6. D

    Question Help with Nested Loop Coin Problem.

    Alrighty, if I could take a look now that'd be great, Ready to move on from this :P I'm sure my math routines are breaking somewhere, but I'd like to compare what you have anyway :) thanks a heap!
  7. D

    Question Help with Nested Loop Coin Problem.

    Thanks Ian! I think I'm starting to understand what I need to do now, I'll play around a bit, but If I don't get it soon I'll take a look at your routine if that's cool?
  8. D

    Question Help with Nested Loop Coin Problem.

    yeah, there are a few questions in this set that can be easily done without loops, but alas I have to do them, I'll see if I can't work your suggestion into a nested loop, thanks!
  9. D

    Question Help with Nested Loop Coin Problem.

    Hi There! I'm currently studying basic programming, so far I'm really enjoying it and feel I'm doing quite well, I'm currently working through week 11's exercises (I've gone ahead a bit, we're only on week 7 :P) But this last question has me stumped. Now we "MUST" use a nested loop (do...
Back
Top