CPSC120A
Fundamentals of Computer Science

Day 16 Notes

While Loops

Reading Questions

Quiz

While Loop

a == b a != b
a != b a == b
a < b a >= b
a > b a <= b
a <= b a > b
a >= b a < b
p and q not p or not q
p or q not p and not q

Lab