Search:

Type: Posts; User: nickans

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: why is the program not entering the if statement?

    thank you
  2. [SOLVED] why is the program not entering the if statement?

    package catalog;

    import java.util.*;

    public class Catalog {

    static String products[] = new String[3];
    static int answer;

    public static void main(String[] args) {
Results 1 to 2 of 2