المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Problem with task in java



Java Programming
12-31-2009, 08:00 AM
hi i have this condition to solve ://Write a method that finds the longest //subsequence of equal numbers in given //List and stores it in another List.So far i did the next thing that by my opinion needs to work but it doesnt, any ideas?import java.util.ArrayList;