top of page

Data Structures


Data structures ('IEnumerable object' of 'generic objects') demonstrate the use of LINQ queries to process the data and provides answers to the questions below.

Utilizing LINQ syntax, combine the tree lists into a single table using JOIN, demonstrate LINQ querying techniques, use the List of objects as the data source and write a program that prints to the screen the answers to the following:

  • Question 1: Which days were morning temps above 40 degrees?

  • Question 2: Which days did any temp fall below 32 degrees?

  • Question 3: On which days did the difference between morning and evening temps differe more than 5°?

***

Andre

Well done!

Not only did you complete the LINQ operations correctly, but I also appreciate that you printed out the delta value for the last question/output. Really well done!

***

 
 
 

Recent Posts

See All

Comments


bottom of page