Ellis Grega - Final Assessments Presenting Your App Project
Math quiz
I created an app that was a math quiz. This app selects two random numbers between 1 and 100 and ask what the answer is of the two numbers added are.
Garbage collection
In this we were given the main bulk of the code and had to finish it. The first thing we wrote was GC.Collect();, this makes it so garbage collection process starts. Second line makes it so there is no memory left and that's true.