Search:

Type: Posts; User: Dr_Spencer

Search: Search took 0.01 seconds.

  1. Please tell me now what to do???

    #include <iostream.h>
    #include <ctime.h>
    #include <stdlib.h>

    int rolldice ();

    int main ()
    {

    int array [13] = { 0 }; // Set all 13 counters to 0
  2. i got some thing like this and couldnt move a head

    #include <iostream>

    #include <ctime>

    # include <cstdlib>

    int rolldice (void);

    int main ( void)
    {
  3. :(

    :( ok i will try to get it .......... but still this is going to break my brain..........i wused to do other work I dont know why I am sucking in array that badly.
  4. I m dumb in array

    I am really dumb in array chapter.............however I study or try I cant work..... :( This array will lower my grade. I am unable to work I have no idea what I am suppose to do. :( ;(
  5. please do help me

    the main thing is I didnt understand the question and also I m having trouble with C++ array . Please do help me to write this program. I dont need the complete program but if u show me the door I...
  6. please help me out of this c++ program please

    write a program that simulates the rolling of two dice. The program should use rand to roll the first die and should use rand again to roll the second die. The sum of the two values should then be...
Results 1 to 6 of 6