Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 513 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 513 Bytes

Lab 2

  • Implementation of the CompareTo() method of the IComparable interface;
  • Override the toString() method of the class Object;
  • Сreating an array of objects belonging to the described class (square), object data is determined randomly;
  • Implementation of the search for objects that meet 2 search criteria (searching coordinates coordinates with values 0; searching minimum side). With the saving of the result to a file;
  • Implementation of calculating the average value for one of the object fields.