Search:

Type: Posts; User: Mikonkidial

Search: Search took 0.19 seconds.

  1. please assist me to run this code in a java Graphical User Interface

    import java.util.Scanner;
    public class quiz {
    public static void main(String[] args) {
    final String TRUE= "True";
    final String FALSE= "False";
    int correctAns= 0;
    Scanner in= new...
  2. Replies
    1
    Views
    2,457

    QUIZ MAKER CODES IN JAVA

    I am supposed to create an application which takes various questions from a file, picked randomly and puts together a quiz for students. Each quiz can be different and then reads a key to grade...
  3. Replies
    1
    Views
    1,088

    QUIZ MAKER CODES IN JAVA

    I am supposed to create an application which takes various questions from a file, picked randomly and puts together a quiz for students. Each quiz can be different and then reads a key to grade...
Results 1 to 3 of 3