From e9026cb63dde16cf8340ce3ff1a35ea7d0cc0045 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Tue, 22 Jun 2021 19:28:40 +0300 Subject: [PATCH] added descriptions --- lesson_2/main.cpp | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/lesson_2/main.cpp b/lesson_2/main.cpp index fb554e1..8cbbf53 100644 --- a/lesson_2/main.cpp +++ b/lesson_2/main.cpp @@ -9,6 +9,8 @@ int Student::count = 0; int main() { + // Exercise 1 + Student students[] = { Student("Олег", 20, GENDER_MALE, 75.2, 2020), @@ -62,24 +64,3 @@ int main() return 0; } - - - - - - - - - - - - - - - - - - - - -