/* * * 7.34 * * */ int main () { // The type would be private so we wouldnt be able to use it outside the class // The type would be declared after all the variables using it and that gives a compiler error (for me) return 0; }