confusedguy

Members
  • Content Count

    2
  • Joined

  • Last visited

About confusedguy

  • Rank
    Member
  1. ... What's a higer ? its simply a typo. its ment to say higher
  2. Alright, so i have this assignment for a class, and i have what i hope to be most of it done, but i just cant seem to figure out how to do a certain part of it. the assignment calls for making a program where a random number is generated and the user gets a chance to input a guess. the program will then print out if the guess is lower or higher or the same as the random number. and if it isent the same, it alows them to continue to guess untill they get it right. so far i have been able to get the random number generated and for it to tell you if your guess is higher lower or the same. but i c