Β© 2026 Hedgehog Software, LLC
class Student { int no; float grade[NG]; int ng;
Student::operator bool() const { return no != 0; }