numbers
(remixed from Task: Custom Predicates, by bentheminer)9th Grade Computer Science: Task Custom Predicate Blocks Completed May 19th, 2020 (5/19/2020) -- Custom reporter blocks in scripts; -"min _ _" reports minimum number of two number inputs -"max _ _" reports maximum number of two number inputs Custom predicate blocks in scripts; -"is _ squared _ ?" reports true if first number, squared equals second number, reports false if else -"is _ between _ and _ ?" reports true if first number is equal to at least one other number input or between both other number inputs, reports false if else
Created February 2, 2022
Last updated February 2, 2022