/* Program:Microsoft Visual C++ Author:Chi Tat Leung Class:CSCI 110 Date:8/27/2003 Description:Demo I certify that: - All code used in my program is either my original work or was modified by me from the source code published in the text of this course or provided by my instructor. - I have not used code obtained from another student, or any other unauthorized source, either modified or unmodified. - I have not discussed or shared coding details of this program with anyone other than my instructor or MT. SAC tutors. I understand that I may discuss the concepts/ideas of this program with other students as long as we do not get down to the coding details. */ #include int main( ) { printf("This program is written by Chi-Tat Leung.\n"); printf("My intended major is Engineering.\n"); printf("The sun is shining clearly \n"); printf("my attitude is bright...\n"); printf("when I think of shoolwork\n"); printf("my gloom is dark as night!\n"); return 0; }