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

مشاهدة النسخة كاملة : C# coding problem



C# Programming
09-16-2009, 01:51 PM
debugged a code that calculated savings at 5,10 and 15% for 10, 20, 30, 40 years. The display showed the column heading/information of the percentages whereas the rows held the information for the years. Problem I am having is switching the display to show the years information in the columns and the percentages in the rows. Used a loop to do the first one can't figure out how to change the loop to reflect the other way.