Name: ___________________________ Honor Code Acknowledgment: _____________________ Random Quiz # 5 CPS 08, Spring 1995 February 3, 1995 Problem 1: The Die is Cast The definition: Dice cube; will NOT compile. In one sentence, why? Problem 2: Who's looked on Beauty Bare? The function whose prototype is double sin(double) is accessible in a C/C++ program via the inclusion of what header file? Problem 3: Dangling Trick Question Consider the code fragment below. if (num > 3) if (num > 8) cout << "first print" << endl; else cout << "second print" << endl; If the value of num is 3, what is printed If the value of num is 8, what is printed \end{document}