/* * * 7.17 * * */ int main () { // class is private by default // struct is public by default return 0; }