Collecting and storing data
in
Programming Questions
•
2 years ago
Hi Everyone,
Suppose that I have a program, which simply draws a number of squares on the scree. The attributes are size and rotation, which for each square are both random.
My question is, suppose I run the program many times times, how do I collect the data on these attributes for each square, for each program execution?
Regards,
BigBugBugg.
Suppose that I have a program, which simply draws a number of squares on the scree. The attributes are size and rotation, which for each square are both random.
My question is, suppose I run the program many times times, how do I collect the data on these attributes for each square, for each program execution?
Regards,
BigBugBugg.
1