Search:

Type: Posts; User: LordDavid

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,277

    Re: Please what is wrong with my code

    I am trying to develop a small apps that will enable someone guess a random number and the program will reply if the number is right or woring
  2. Replies
    5
    Views
    1,277

    Please what is wrong with my code

    import java.util.Random;
    import java.util.Scanner;

    public class Ex6Qus33
    {
    Random randomNumbers = new Random(10);

    public int guessNumber()
    {
    int numberGuess = 1 +...
Results 1 to 2 of 2