|
CS256 - Principles of Structured Design
Fall 2021
|
Displaying ./code/sternflCode/h5/README
Assignment h5
Due October 5, 2021
This assignment is largely review over things we have done so far this semester.
You have a few programs that need to be completed:
printBigger.c - asks for two numbers, then outputs the bigger of the two numbers
if the numbers are the same, just output that number
scream.c - this program prints a string of A's and H's, the user defines the
length of the string
squareAndCube.c - You will be adding a function that returns the cube of a
number to an already-working program
counting.c - This program will count up from one number to another, but will be
skipping some numbers along the way
Working versions of these programs can be found in the "working" directory.
Also, the manifest file is already set up for you, you do not need to modify
them.
|