Can you please assist as to why I am returning the error attached in Java?? The code is: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class GreenwayConsulting { //Function to Calculate Average Salary for each company public double getAverage(int n,int[][] wages ) { double avg=0; int sum=0; int len=wages[n].length; for(int i=0;i
Get Free Quote!
391 Experts Online