trancedsailor

  • I need to write a program where the user has to guess the random number that the program makes up. The range is between 0 – 100 and the user only gets 10 tries to guess the number. If the number is too high or too low, it informs the user by saying that the random number is lower or higher.

    I’m still learning Java and C++ is very new to me, even…[Read more]