Search:

Type: Posts; User: catdieselpow

Search: Search took 0.00 seconds.

  1. cant find it

    cant find it
  2. where is it

    where is it
  3. Thanks a lot but it does not run

    Thanks a lot but it does not run
  4. just do it for me

    just do it for me
  5. i dont know what a loop is

    i dont know what a loop is
  6. using namespace std; int main(int argc, char...

    using namespace std;

    int main(int argc, char *argv[])
    {int dice1;
    int dice2;
    int dicesum;

    dice1 = rand() % 6 + 1;
    dice2 = rand() % 6 + 1;
    dicesum = dice1 + dice2
  7. C++ program random number generator need help

    I need a program that can simulate two dice rolling and then add the sum up together. You enter how many times you roll the dice and then it displays how many times your combined roll is a 2, 3, 4,...
  8. Replies
    1
    Views
    3,038

    C++ dice roll need help

    I need a program that can simulate two dice rolling and then add the sum up together. You enter how many times you roll the dice and then it displays how many times your combined roll is a 2, 3, 4,...
Results 1 to 8 of 8