Write a program that outputs the exact same text as shown below.
-
You can use any editor to write your program.
However, the program must be able to compile and run on the environment specified (see next slide for details).
Please test your code before submission. -
If the program cannot compile, it will receive a score of 0,
regardless of the reason (e.g., “it works on my computer” will not be accepted).
Use the following format for your submission:
HomeworkID.c
Example:
hw3-1.c
(You can find your HomeworkID in the top-right corner of the homework slides.)
- Two test cases will be released for each homework.
- Your program’s output must exactly match the expected output, including:
- Spacing
- Capitalization
- Line breaks (
\n)


