public class Weather { public static void main(String[] args) { // The instructions for this workbook are on Learn the Part (Workbook 6.11) double[] celsius = {12.5, 14.5, 17.0, 21.0, 23.0, 18.5, 20.0}; double[] fahrenheit; } }