1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* * * 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; }