#include // The C++ input and output definitions. #include // The C++ input and output manipulator definitions. void main(void) { // Perform some tests !@#%$%^&*() "' cout cin void VOID ;<>> :) cout << "Hello: " << 'H' << "ell" << "o" << endl; cout << "3.14159265358979323846 = " << 3.14159265358979323846 << endl; cout << "123 = " << 123 << endl; cout << "123 = " << 1 << 2 << 3 <