/** * @Comment: WSU - Fall 06 - CS 3830-0 * @Title: p5p1.c - Project 5 prog 1 * @Author: Vincenzo Maggio */ #include #include #include void main( void) { system("color f0"); printf("\n CS 3830 - Project 5 prog.1 \n"); printf( "\n part a)\n "); printf( "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c"); printf( "\n\n part b)\n "); printf ("%08x %08x %08x %08x %08x"); printf("\n\n part c)\n "); printf ("%.03d %.03d %.03d %.03d %.03d "); printf("\n"); }