jack jhonya

jack jhonya

  • NA
  • 2
  • 611

Is thee any C# expert live now, please i need urgent help...

May 9 2020 5:31 AM
Question
 
A shopping mall in Karachi is following the practice of measuring body temperatures at the entrance. For each person entering the mall, the temperature measurement repeats three times for the sake of better results. You have given a 2D rectangular array of temperatures, shown below. The array contain the three sample temperatures in each row per person. (You can write a single program for all the tasks mentioned below.)
double[,] temps = new double[3000, 3];
 
Make programe which:
  1. Input three sample temperatures from user, for each person in the given array
  2. Calculate and print average temperature of each person.
  3. Calculate and print the average of all temperatures in the array.
please give program urgent, or share your whatsapp number please its urgent

Answers (1)