Search:

Type: Posts; User: Eoinogkelly

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,449

    Re: Help with my program.

    Sorry here is my code:

    import java.util.*;
    import javax.swing.*;

    class Quiz {

    public static void main(String args[]){

    String question[] = new String[10];//Declare Question Array
  2. Replies
    2
    Views
    1,449

    Help with my program.

    Hi
    My program is required to have 10 questions from which 5 are chosen randomly without being repeated and shown to the user.
    I have written the program up to the point where I have 5 random...
Results 1 to 2 of 2