added descriptions
This commit is contained in:
parent
c3e27642b2
commit
e9026cb63d
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue