Results 21 to 25 of 25
- 08-12-2015, 12:18 AM #21
Member
- Join Date
- Aug 2015
- Posts
- 13
- Rep Power
- 0
Re: Help with Netbean class compiling
No one class is capable of handling everything. If so, how would I do this in one class?
Keep in mind, I may sound redundant, but each array has its own math. Which changes with every new input. When a given array meets the wanted criteria, that's when I get the feedback.
I just do not follow any possible way to do this in one class. "if you don't understand my response, don't ignore it, ask a question" I like that, my question is how (with a little visual "coding" help) would I do that?
- 08-12-2015, 12:26 AM #22
Re: Help with Netbean class compiling
If each array requires unique processing, then you could need more that one method, one for each type of processing.
each array has its own math
No one class is capable of handling everything.
how (with a little visual "coding" help) would I do that?
define arraylist
begin loop to read array data
read the data for the next array into an array
save array in the arraylist
end loop
begin loop to search the arrays in the arraylist
get next array from arraylist
search the array
end loop thru the arraylistLast edited by Norm; 08-12-2015 at 12:29 AM.
If you don't understand my response, don't ignore it, ask a question.
- 08-16-2015, 12:17 PM #23
Member
- Join Date
- Aug 2015
- Posts
- 13
- Rep Power
- 0
Re: Help with Netbean class compiling
Thank you Norm. I used this as a "President Election Poll". Your input was greatly appreciated. I will be sure to ask here for future issues.
- 08-19-2015, 05:36 PM #24
Member
- Join Date
- Aug 2015
- Posts
- 1
- Rep Power
- 0
Re: Help with Netbean class compiling
I'm new also, but I just did an import of the other classes. Requires that there be a package though. Ex: import.examplehelp.Example_2 ; . I placed it with the other imports. That way I could address the classes from the main program. I did this in Netbeans. Not sure if that is the right procedure though.
- 08-19-2015, 05:52 PM #25
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 14,422
- Blog Entries
- 7
- Rep Power
- 29
Similar Threads
-
Class example not compiling Runner class and Swimmer class
By Joshsmith in forum New To JavaReplies: 1Last Post: 12-13-2012, 04:06 AM -
Class is not compiling!
By bluej in forum New To JavaReplies: 2Last Post: 01-30-2012, 06:26 AM -
compiling .java into .class
By khp in forum Advanced JavaReplies: 4Last Post: 06-29-2009, 03:52 PM -
not compiling a copy of class -
By itaipee in forum EclipseReplies: 0Last Post: 01-07-2009, 10:47 AM -
Compiling a single class
By ROSOBORONEXPORTCORP in forum New To JavaReplies: 2Last Post: 01-28-2008, 01:27 PM
Bookmarks