Computer Science, asked by mo6436, 5 hours ago

c program to read temperature of a week and print deviation from average temperature of ecah day​

Answers

Answered by jagadeesan9374
0

Answer:

Here we will write a C program to store display temperature of two cities for week. The prerequisite concept, what is a two-dimensional array. Using this example we will learn how to take input from the user and display it for multidimensional array.

For multidimensional array many for loops needed. If we are working with one-dimensional array (simple array) then we require one for loop. If we are dealing with two-dimensional or 2D array then we need two for loop.

Similar questions