Results 1 to 5 of 5

Thread: VB Array Question

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Location
    Wisconsin
    Posts
    3

    Question VB Array Question

    Learning Visual Basic .NET (7.1)

    I have to design a loop that will "roll" the dice and then
    drop the lowest number
    then sum the other three numbers together
    then store these values somewhere
    keep doing this until all possible rolls are exhausted
    when that happens I need to display each possible result and the dice that rolled them
    ie, result sum of 10 all rolls that produced that result (1,5,2,3), (2,2,4,4), (6,1,3,1), (1,3,1,6), etc
    also then ineed to display a label that shows the average result

    the label is not my problem
    that loop is tallied with an array and getting that working is my problem

    Can anyone help??
    Last edited by Scorps53; Apr 14th, 2005 at 10:57 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width