Search:

Type: Posts; User: mrroberts2u

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,581

    Re: Can't fix my own errors

    import javax.swing.JOptionPane;

    public class RandomNumbers {
    public static void main (String[] args) {

    //Generate three random numbers
    int one, two, three;
    one = (int)(Math.random()*(10));...
  2. Replies
    4
    Views
    1,581

    Re: Can't fix my own errors

    Ok so, I got the right code finally


    mport javax.swing.JOptionPane;

    public class RandomNumbers {
    public static void main (String[] args) {

    //Generate three random numbers
    int one, two,...
  3. Replies
    4
    Views
    1,581

    Can't fix my own errors

    Hello to all! First I would like to say that I am only a very real beginner. IN fact, I have recently started taking a Java Programming class, but have found it very interesting. Now I have messing...
Results 1 to 3 of 3