I have an assignment to calculate depreciation using straight line, double declining balance and sum of the years digits. Heres what I have so far, but I can't seem to figure it out. Please help!!
Code:
public class LabTest1Initialize
{
	public static void main(String[] args)
	{  
	
	// declare an integer (array) array with 6 rows (6 assets)  
	// & 5 columns (5 attributes for each asset)
		int
...