4_A
- hrafnulf13
- Oct 14, 2020
- 1 min read
Updated: Oct 20, 2020
VB.net
Link
The application generates a new object "Student" every tick. Then it is processed and the values of arithmetic mean, as well as the distributions of variables (average grade, number of exams) are updated. Both distributions are discrete.

C#
Link
Since I prefer C#, this application includes both 4_A and 5_A tasks. Just like VB.net application, described above, this one generates a new object "Student" every tick. Then it is processed and the values of arithmetic mean, as well as the distributions of variables (average grade, number of exams) are updated. Both distributions are discrete. Note that, in the code, screenshot and video also include the next task.

Comments