Search:

Type: Posts; User: Neo845

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    907

    Re: Multiple Computations in 1 file

    Thanx so much Norm

    I would like to create a program which, when selecting one of four options, creates a math problem. After being asked 5 questions, the program would show all five problems and...
  2. Replies
    5
    Views
    907

    Re: Multiple Computations in 1 file

    Sorry




    import java.util.Scanner;
    public class BasicfourLoop {
    public static void main(String[] args) {
    final int NUMBER_OF_QUESTIONS = 5;
    int correctCount = 0;
  3. Replies
    5
    Views
    907

    Multiple Computations in 1 file

    having an issue with creating "choice" variable. I am trying to create a program which will ask you a math problem based upon selecting the type of problem.

    Here is the program:

    import...
Results 1 to 3 of 3