Search:

Type: Posts; User: iMattbckr

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    8,074

    so would this be logic... 1: start 2: get...

    so would this be logic...

    1: start
    2: get random number for user to guess (rnum)
    3: ask user to input a number (guess)
    4: determine if numbers are same (guess = rnum)
    5: if numbers are same...
  2. Replies
    14
    Views
    8,074

    Just a question can you do this game with...

    Just a question can you do this game with fuctions?
    because i wasnt using functions i would be finished already, but since im taking a summer class and we are currently learning them (at a rapid...
  3. Replies
    14
    Views
    8,074

    no im not familiar with flow charts... would i...

    no im not familiar with flow charts... would i beable to find a link on this site or could you direct me to one?
  4. Replies
    14
    Views
    8,074

    would i create that with two do while loops?

    would i create that with two do while loops?
  5. Replies
    14
    Views
    8,074

    yeah i got that.. i just had it low to test the...

    yeah i got that.. i just had it low to test the if statements easyer...

    do you have any suggestions on how I could have the user select whether or no they would like to play again??
    i know i...
  6. Replies
    14
    Views
    8,074

    i tried this and it worked.. thanks :) So this...

    i tried this and it worked.. thanks :)
    So this is what i now have



    #include <iostream>
    #include <ctime>
    #include <iomanip>
    #include <cstdlib>
    using namespace std;
  7. Replies
    14
    Views
    8,074

    Random Number Guessing Game

    Im a beginner, and I have a problem dealing with random number game.
    Im post to allow the user to have 10 tries before the game exits or restarts with another random number, but im having trouble...
Results 1 to 7 of 7