C Workshop
|
Functions | |
int | PrintDiamond (int diamondSize) |
Creates a diamond shape made of asterisk characters using a parameter for the number of asterisks in the base. More... | |
int PrintDiamond | ( | int | diamondSize | ) |
Creates a diamond shape made of asterisk characters using a parameter for the number of asterisks in the base.
diamondSize | Number of asterisks in the base |