/* Prints three lines onto display for CGS3460 */ #include int main() { printf("Hello World !\n Welcome to CGS !!"); /* First line */ printf("\n Time to move to the next program !\n"); // Second line return 0; }