I am trying on how to print values from an array all to show up on a dialog using a for loop. Can anybody help me with this?


double[] dailyTemperatures;
dailyTemperatures= new double[7];...