TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jack jhonya
NA
2
677
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:
Input three sample temperatures from user, for each person in the given array
Calculate and print average temperature of each person.
Calculate and print the average of all temperatures in the array.
please give program urgent, or share your whatsapp number please its urgent
Reply
Answers (
1
)
How to deserialize or parse the Json object into an array...
Difference between concurrency and parallel programming