Updated recitation practice

This commit is contained in:
Brandon Rozek 2022-02-23 12:38:25 -05:00
parent 08bf1f6e88
commit 4ae88a8633

View file

@ -88,12 +88,11 @@ method copy(in_arr: array<int>) returns (out_arr: array<int>)
## Question 4: Backwards Reasoning
Fill in the blanks using forward reasoning. Don't forget to:
Fill in the blanks using backward reasoning. Don't forget to:
- Carry your variables forward
- Show your work
- Simplify expressions
- State the strongest precondition
- State the weakest precondition
```java
{ }