Practical chapter 01 · guided challenge · 4 test cases per challenge
From requirements to rules
Split a word problem into small conditions and combine them into one testable expression.
01Order ready for approvalTranslate four order requirements into one boolean expression.Solve challenge02Delivery eligibilityCombine customer status, country, and a minimum order value.Solve challenge03Request priorityProduce a three-level result with a nested conditional operator.Solve challenge04Resource accessCombine role, user status, a public resource, and team membership.Solve challenge