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

مشاهدة النسخة كاملة : Searching through an array... help



Java Programming
12-03-2009, 05:30 PM
What i have to do is make a program that reads in a dictionary file filled with every word and stores those as an array. I then read in a file the user inputs and i need to compare each word to the dictionary array to see if the word is spelled correctly and if the word isnt i need to print it out....