Questions
Time: 30 min.
Let’s say you’re given this code:
while (x > 0) {
y = x * 2
}And you want to prove that this program calculates
Sep 02, 20241 min read
Time: 30 min.
Let’s say you’re given this code:
while (x > 0) {
y = x * 2
}And you want to prove that this program calculates