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

مشاهدة النسخة كاملة : Returning an array from a method to the main program



Java Programming
04-26-2010, 12:31 PM
Hello for this program I need to read in 12 incomes from file in the main program then in a method I have to store all of the incomes in an array. I have done this but I dont know how to return an array code: import java.io.*; class arraymethod { public static void main (String args) ...