Search:

Type: Posts; User: robertm08

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,090

    Re: Help about the While Loop

    Thanks for the suggestion i am a beginner i am asking how can i remove the exception error in my program Thanks :)
  2. Replies
    3
    Views
    1,090

    Help about the While Loop

    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.util.StringTokenizer;

    public class GCDCalculator2 {
    public static void main(String[]...
  3. Re: Intersection and Union of Three or more Sets

    I am sorry Jps now i have fixed it sorry for my bad english
  4. Re: Intersection and Union of Three or more Sets

    package SetTheory;

    import java.util.HashSet;
    import java.util.Set;
    import java.util.TreeSet;


    public class test {

    /**
  5. Intersection and Union of Three or more Sets

    I need help i have to write a program to verify if a set is a subset of the other that A intersect B intersect C = A' union B' union C'
    I am new to this forum Thanks in advance
Results 1 to 5 of 5