- Home /
Question by
HaniDabash · Nov 30, 2019 at 05:58 PM ·
c#script.
Using bid data in my project to spawn objects in specific Day/Hour
My projects is a simulation for my collage , they gave my a lot of data to tell my the number if students in each classroom during the whole week .
we have 12 lecture a day, each lecture take place in a classroom with specific number of students .
The time in the project has two options ( move on by its own , or the user will choose specific time ) at the time the number of students objects must be right in each classroom .
i have the data in exel file .
What is the best way to access and use this data in my project ? is there a data structure in c# can hold this info ?
And if you have ideas to implement this mechanism please please share it with me
and thank you all
Comment
Your answer