diff options
Diffstat (limited to '01-07.md')
-rw-r--r-- | 01-07.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ int square(int A){ int B = square(2); //B will equal 4 ``` -### Specifiying Pre and Post conditions +### Specifying Pre and Post conditions - Preconditions - What must be true before calling your program/method - Postconditions - What must be true/what will happen after your program returns |