Displaying values entered into array
“Function of code:System.out.println(“”The 7 temperatures are:””);for (int index = 0; index < 7; index++)System.out.print(temperature[index] + "" "");System.out.println( );"
The goto resource for studying materials
Displaying values entered into array
“Function of code:System.out.println(“”The 7 temperatures are:””);for (int index = 0; index < 7; index++)System.out.print(temperature[index] + "" "");System.out.println( );"