i want to read, store, validate internet account numbers of 8 customers in arraylist and minimum and maximum account numbers which can be stored are 1111 and 8888. for that requirement i took two arraylists. one for taking all account numbers and another one to store validation outputs..i'm placing my code below
when i give correct input instead of 8 account numbers 36 numbers storing in new arraylist. i'm not getting correct logic..when i give wrong input that was totally disaster.