Wasn't sure whether to make a new thread or not. but i'll post it here. I figured my explanation was not very good.
i have a class below
lets say int[] = 1204, 1205
public class Job {
private int[] serviceCode =;
public Job (int[] jobCode) {
serviceCode = jobCode;
}
public int[] getJobCode() {
return serviceCode;
}
and this is the main program
public class MainProgram {
public static void main {
}
}
how do i put the values of the array into separate integers?
int[] htoint t". Which values? All of them? Are you trying to see if every value in the array equalst, or if any value in the array equalst, or the first value in the array equalst, or what?????