Recent content by Rick44

  1. R

    Comp Sci How to Handle Duplicate Entries in a Java Array?

    Wow ThankYou I learned more form your help than my instructor now i can use this information to help complete my assignment this is a great place for help Thank You
  2. R

    Comp Sci How to Handle Duplicate Entries in a Java Array?

    This is my Psuedocode for this program CREATE public class SingleArray DECLARE number array as integer and set as single dimensional with 10 elements CREATE public SingleArray and set all numbers/elements to -1 CREATE public void...
  3. R

    Comp Sci How to Handle Duplicate Entries in a Java Array?

    In this problem I need to make a reusable class and a test class the resuable class and the test class are two diffrent classes that make the program work I am new to netbeans programming and this is something that is confusing to me one file will be declaring the varibales and the other is the...
  4. R

    Comp Sci How to Handle Duplicate Entries in a Java Array?

    Homework Statement Write an application that inputs ten numbers from the user, each number can be between 10 and 100, inclusive. As each number is read in determine if it is a number already entered. If it is a duplicate move on to the next number, if it is unique store the number in the...
Back
Top